Closed
Bug 284686
Opened 20 years ago
Closed 20 years ago
Absolutelty postionned element not refreshed after DOM manipulation
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: laurent, Unassigned)
Details
Attachments
(1 file)
|
640 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050105 Galeon/1.3.19 (Debian package 1.3.19-4)
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050105 Galeon/1.3.19 (Debian package 1.3.19-4)
An element with CSS style "position: absolute" is not redrawn after the document
is changed via the DOM API.
Reproducible: Always
Steps to Reproduce:
Download attachment below, click on "click me".
Actual Results:
"bar" paragraph is drawn above "click me". Resize the window to have "click me"
repositioned under "bar".
Expected Results:
"click me" should be repositioned automatically.
| Reporter | ||
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
worksforme with linux trunk 2005030305 and 1.8b1 although I do see the bug with
1.7.5, so this is actually a dupe of some bug that has already been fixed.
anyway, please test with a recent Mozilla build (like 1.8b1) from .mozilla.org
before filing bugs. resolving WFM
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
Version: Trunk → 1.7 Branch
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•