-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
This is a COPY of Issue 3: yourls.org Javascript problem, filed on Google Code before the project was moved on Github.
- Submitted on 2009-06-30T21:32:28.000Z by robvoll...@gmail.com
- Status: Fixed
Please review the original issue and especially its comments. Comments here on closed issues will be ignored. Thanks.
Original description
**What steps will reproduce the problem?**
1. Go to http://yourls.org/ using Firefox 3.5.
2. Open another Firefox window (or the inbuilt download manager).
3. Click on one of the tabs.
**What is the expected output? What do you see instead?**
The tab will be selected, however the other Firefox window will get
focussed. Even if you minimize it, it will come back when you click on
another tab.
**What version of the product are you using? On what operating system?**
Firefox 3.5, Windows Vista
**Please provide any additional information below.**
Seems like "blur(this);" inside the toggle() function is the problem here.
Replacing it with "el.blur();" works fine for me.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels