Closed
Bug 5387
Opened 26 years ago
Closed 26 years ago
links in floats don't act like links
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: dbaron, Assigned: joki)
References
()
Details
The links in the above URL (it happens on any page that uses the stylesheet
http://www.fas.harvard.edu/~dbaron/style/index - note that this is browser-
sniffed so don't pull it using NN 4.x) don't act like links in any way once all
the stylesheets are loaded. (I get hovers from forest.css while they are
loading, along with other normal behavior.) There are no hover changes, mouse
changes, and clicking on them doesn't do anything.
I'm using build 99-04-20 (which is dated 99-04-21). It didn't happen in build
99-04-14. There weren't any windows builds on mozilla.org in the interim.
Reporter | ||
Comment 1•26 years ago
|
||
Actually, this broke between 99-04-12 and 99-04-14.
Updated•26 years ago
|
Assignee: peterl → joki
Component: Style System → Event Handling
Comment 2•26 years ago
|
||
Looks like event handling is broken for floated boxes. Links outside the two
column floated boxes work fine.
Reporter | ||
Comment 3•26 years ago
|
||
Another, probably related event handling problem is in
http://www.fas.harvard.edu/~dbaron/tests/nglayout/linkborder
(epecially if you size the page so that the image does not start a line, since
that makes the area bigger):
Clicking on the big blank areas to the left and right of the image acts as
though it is clicking on the link in the image and activates the link.
Bug 5407 is related.
Comment 4•26 years ago
|
||
5407 is strictly a repaint issue in style code, not related.
Reporter | ||
Comment 5•26 years ago
|
||
In
http://www.fas.harvard.edu/~dbaron/css/fonts/aspect
you can click practically anwhere in the vertical margins of boxes to activate
the image link near the bottom.
This bug is disturbing and makes it difficult to use the browser. Raising
priority from default P3 up to P2.
Reporter | ||
Updated•26 years ago
|
Priority: P3 → P2
Reporter | ||
Updated•26 years ago
|
Summary: links don't act like links → links in floats don't act like links
Reporter | ||
Comment 6•26 years ago
|
||
All the problems described in this bug seem fixed in today's build.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 7•26 years ago
|
||
Cool. Well that means this was likely s side of effect of some missed changes
when I did a checkin a couple weeks ago. The partial changes in that checkin
must have broken this behavior. The rest of the fixes went in last week.
Closing this since it seems to be okay.
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 8•26 years ago
|
||
Verified fixed.
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
•