Closed
Bug 280929
Opened 20 years ago
Closed 20 years ago
Statusbar don't updatet if eventhandler (return true) are used
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Core
DOM: UI Events & Focus Handling
Tracking
()
People
(Reporter: e7online, Unassigned)
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.8.9) Gecko/20050124 Firefox/1.1
Build Identifier: Mozilla 1.8a6 [2005011006]
Any link with event handlers which use 'return true; ' break the status bar. I
don't see the destination of the link.
<a href="uri" onmouseover="return true; ">text</a>
Reproducible: Always
Steps to Reproduce:
Reproduce: I will post a testcase.
Actual Results:
Nothing.
Expected Results:
I would see the destination of the link.
Comment 2•20 years ago
|
||
*** This bug has been marked as a duplicate of 40838 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
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
•