Hi,
I change attributes of an element using setAttribute(). The element's content get's generated by CSS using the before pseudo element:
mw:before { content:"[mw:" attr(valueMen) "/" attr(valueWomen) "]"; }
Now when changing any attribute the element's content doesn't update correctly. It usually just doesn't display anything or shows the old value. Actually the size of the element doesn't update to the new size of the content. When hiding the element and showing it again, it will be drawn correctly.
This is definitely a bug in the layout engine. Please search for a bug in bugzilla.mozilla.org and if you can't find one, file one. (cc me, please, it sounds interesting).
--BDS
_______________________________________________ Mozilla-layout mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-layout
