Closed
Bug 174144
Opened 23 years ago
Closed 23 years ago
floated elements in captions do not get mouse events.
Categories
(Core :: Layout: Tables, defect)
Core
Layout: Tables
Tracking
()
RESOLVED
DUPLICATE
of bug 164313
People
(Reporter: matevz.jekovec, Assigned: karnaze)
References
()
Details
Attachments
(1 file)
353 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.1) Gecko/20020826
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.1) Gecko/20020826
If you click at rate article buttons, they don't work. In IE, buttons are shown
as ordanary hyperlinks and work normally.
Reproducible: Always
Steps to Reproduce:
1. Load the page
2. Try to click any of the buttons (grades) for the article.
Actual Results:
Buttons don't respond at all.
Expected Results:
They should work as ordanary hyperlinks.
Comment 1•23 years ago
|
||
confirming using Phoenix 20021010 on Win2k.
![]() |
||
Comment 2•23 years ago
|
||
This is due to the display:table-caption on the div containing all the content...
I'm working on reducing the testcase.
![]() |
||
Comment 3•23 years ago
|
||
![]() |
||
Comment 4•23 years ago
|
||
Looks like floated elements in table captions just don't get mouse events
correctly (eg if you click on those links the eventTarget is the <body> for the
first link and the <table> for the second link -- in both cases the <a> or the
float or the display:table-caption element do not get the event -- try it in
Inspector!).
Assignee: asa → karnaze
Severity: normal → major
Status: UNCONFIRMED → NEW
Component: Browser-General → HTMLTables
Ever confirmed: true
OS: Windows 98 → All
QA Contact: asa → amar
Hardware: PC → All
Summary: buttons don't work, fine in IE → floated elements in captions do not get mouse events.
is bug 164313 related?
![]() |
||
Comment 7•23 years ago
|
||
Could be, yes... In this case the caption is not empty, however (though it can
think it is, of course)
the problem is that not only floated elements dont get events inside a caption,
this will be fixed in bug 164313
*** This bug has been marked as a duplicate of 164313 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•