RESOLVED WORKSFORME 48250
Contents of relatively-positioned SPAN do not update correctly
https://bugs.webkit.org/show_bug.cgi?id=48250
Summary Contents of relatively-positioned SPAN do not update correctly
Jonathan Hurshman
Reported 2010-10-25 10:34:11 PDT
Created attachment 71766 [details] Reduction A span element which has position:relative and is moved from its natural position will not update its contents correctly when they are set either programmatically or in the Inspector. The bounding box gets recalculated, and the new contents are partly visible, but the old contents remain. It's as if the new contents are drawn under the old. This doesn't happen if the node is a div instead, or if the span is positioned absolutely (instead of relatively). Tested in Safari 5.0.2 (release) and today's nightly (r70429).
Attachments
Reduction (893 bytes, text/html)
2010-10-25 10:34 PDT, Jonathan Hurshman
no flags
Robert Hogan
Comment 1 2013-01-29 12:06:31 PST
Looks OK to me. Can you confirm it's fixed?
Jonathan Hurshman
Comment 2 2013-01-30 07:57:55 PST
Yes, it looks fixed to me.
Note You need to log in before you can comment on or make changes to this bug.