Closed
Bug 21678
Opened 25 years ago
Closed 25 years ago
[EVENTTARG][DOGFOOD] event handling on right-floating images causes links not to work
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
M14
People
(Reporter: benjamin, Assigned: joki)
References
()
Details
(Whiteboard: [PDT-][TESTCASE])
Attachments
(1 file)
(deleted),
text/html
|
Details |
Applying float: left to a DIV does not allow the links to peek through
the "overlying" content, and internal block-level tags are not included in the
float. Will attach testcase code.
Reporter | ||
Comment 1•25 years ago
|
||
Comment 3•25 years ago
|
||
This looks a lot like bug 1413, which is supposedly fixed now. I'll look at
this later...
Why are you re-reassing layout bugs? Do NOT touch layout bugs.
The bugs are assigned to Kipp so they can stay neatly organized until we have a
new owner for the block/inline code.
Updated•25 years ago
|
Assignee: kipp → joki
Component: Layout → Event Handling
Summary: float: left does not allow links to activate properly, and block-level is not encapsulated. → [DOGFOOD] event handling on right-floating images causes links not to work
Comment 6•25 years ago
|
||
Yep, looks like bug 1413 has regressed or was not completely fixed. Here is a
test page from bug 22136 which was found on CSS:
http://home.hiwaay.net/~stephena/mozprob1/index.html
A "simplified" test case has been made of this:
http://bugzilla.mozilla.org/showattachment.cgi?attach_id=3623
A link is in a table is in a table which is right aligned in a table, and the
link is not getting mouse events.
Reassigning to Event Handling and joki which is what Troy did to bug 22136.
Changing summary to be the same as 1413's. Note that 1413 was PDT-, M12 STAY.
Joki: If you don't want this bug, bug 1413 was fixed by kin@netscape.com.
Updated•25 years ago
|
Severity: normal → major
Comment 8•25 years ago
|
||
Upgrading severity because inability to access links in a hyper-text document
would seem like a major loss of functionality.
Putting on pdt- radar. Unless you can identify a top 100 site with this
problem.
Comment 10•25 years ago
|
||
Doesn't CNN rank in your top 100. That's where I found it. I saved off one of their pages to make a testcase (see a couple commments earlier) but as far as I know every single one of their stories suffers from this.
Assignee | ||
Updated•25 years ago
|
Target Milestone: M13
Reporter | ||
Updated•25 years ago
|
Whiteboard: [PDT-] → [PDT-][TESTCASE]
Reporter | ||
Comment 11•25 years ago
|
||
Adding [TESTCASE] on Status Whiteboard...attached HTML testcase.
Comment 12•25 years ago
|
||
Leger: You said "Putting on pdt- radar. Unless you can identify a top 100 site
with this problem.", but as pointed out by stephena@hiwaay.net, this bug was
found on the CNN web site and affects all their stories.
Should this therefore be reconsidered for PDT+?
Updated•25 years ago
|
Summary: [DOGFOOD] event handling on right-floating images causes links not to work → [EVENTTARG][DOGFOOD] event handling on right-floating images causes links not to work
Comment 13•25 years ago
|
||
I believe this is a duplicate of bug 23161, which is PDT+. I have found a
temporary fix for that bug, and I'm waiting to see what joki thinks of that
fix. The real fix is a little more complicated...
Updated•25 years ago
|
Target Milestone: M13 → M14
Comment 14•25 years ago
|
||
Moving M14.
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 15•25 years ago
|
||
Agreed, dupe.
*** This bug has been marked as a duplicate of 23161 ***
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•