Menu

#39 CssStyleSheet.java bug

v1.0_(example)
open
nobody
None
5
2005-02-26
2005-02-26
Anonymous
No

Hello,
on the line 347, where it checks to see if a component
has a "style" attribute, I see:

Object id = IdKit.getAttribute(c.getIdentifier(),"style");

where it should be:

Object id = IdKit.getAttribute(c,"style");

or

Object id = IdKit.get(c.getIdentifier(),"style");

Discussion


Log in to post a comment.

MongoDB Logo MongoDB