Closed
Bug 305359
Opened 19 years ago
Closed 19 years ago
middle click does not work on links with tags or images inside
Categories
(Firefox :: Tabbed Browser, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: phboe-bugzilla, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.7.10) Gecko/20050717 Firefox/1.0.6 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.7.10) Gecko/20050717 Firefox/1.0.6 When I middle click on a link like <a href=something><x>something</x></a> where x is something like b, k, i or even img href=somepic and probably others it does not work at all. Sometimes it also occurs on links without any tags inside, but I can't find out in which case it exactly occures. Reproducible: Always Steps to Reproduce: 1. Open a homepage containing links like <a ..><b>...</b></a> or <a ...><img...></a> 2. Setting: middle click opens new tab 3. middle click on a link defined under point 1 Actual Results: nothing Expected Results: a new tab to open with the url form the middle clicked link Probably it's a caused error from one or more extensions I have installed.
Comment 1•19 years ago
|
||
If it's caused by one of your extensions it's not a firefox bug, you would need to approach the developer of the extension that's causing the problem.
Comment 2•19 years ago
|
||
Using this HTML Code <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> <title>Testcase for Bug 305359</title> </head> <body> <a href="http://www.mozilla.org"><b>Click Here to go to mozilla.org</b></a> </body> </html> WFM
Updated•19 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•