Closed
Bug 357837
Opened 18 years ago
Closed 18 years ago
visibility and component extents of 'section' can be inaccurate
Categories
(Firefox :: Disability Access, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 343904
People
(Reporter: wwalker, Unassigned)
References
Details
(Keywords: access)
Attachments
(1 file)
(deleted),
application/x-tar
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20061024 Minefield/3.0a1
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20061024 Minefield/3.0a1
The component extents (x, y, width, height) of section components seems wrong sometimes and the visibile/showing states ae also wrong sometimes.
Reproducible: Always
Steps to Reproduce:
1. Unpack the attached set of files - point firefox to GNOME_Bug_Tracking_System.html
2. Run at-poke
3. Look at the "Bugzilla" section (the first child of the frame). This section encompasses the "Bugzilla" text as well as "New Bug", "Browse", and so forth.
Actual Results:
When you click on the "Bugzilla" section in at-poke, you'll see that the extents of the "Bugzilla" do not cover all of its children. Also, find the "Logged In william.walker@sun.com" section - even though it is showing on the screen, it doesn't have the showing/visible states set.
Expected Results:
The extents of the "Bugzilla" section should cover all of its children.
The "Logged In william.walker@sun.com" section should have the appropriate visible/showing states set.
Reporter | ||
Updated•18 years ago
|
Reporter | ||
Comment 1•18 years ago
|
||
Comment 2•18 years ago
|
||
This is due to out-of-flow content in this case CSS absolute positioning. It's something like O(n^2) to calculate this, believe it or not. Have to walk all the children because any of them can be absolutely positioned.
Still high priority to figure something out for this.
*** This bug has been marked as a duplicate of 343904 ***
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
Comment 4•4 years ago
|
||
(In reply to Firefox Bug Husbandry Bot from comment #3)
https://bugzilla.mozilla.org/show_bug.cgi?id=1527381
https://wellustigesem.com/
good job bro
You need to log in
before you can comment on or make changes to this bug.
Description
•