Opened 12 years ago
Closed 12 years ago
#6148 closed bug (fixed)
Tabs: Hover state sticks in Firefox if a field is focused on show
Reported by: | shadwdrgn | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.tabs | Version: | 1.8.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
show: function(event, ui) {
if (ui.panel.id == "tab2") {
$(ui.panel).find("#url").focus();
}
This code causes the tab loaded to stay highlighted after clicking off of it again as though the mouse was still hovering over it.
Example of problem at http://1dl.us/
Change History (7)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Works for me. Tested in Chrome, Firefox and IE.
comment:3 Changed 12 years ago by
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
Scott,
It does not work. You didn't pay attention close enough to the issue. Please re-read and test again.
Go to the site: http://1dl.us - click on the shorten url tab, then click on any other tab. You will notice the tab stays dark and the hover effect stops working. If you click on that tab and then click on space in that tab (other than in the <a> anchor) then click on another tab, the effect unsticks.
comment:4 Changed 12 years ago by
EXACTLY how to replicate (DO NOT click anywhere but where this tells you: 1) Go to http://1dl.us/ in firefox in windows OR linux. 2) Click on the "Shorten URL" tab. 3) Click on the "Info" tab.
Screenshots below: Here is a screenshot of the bug: http://1dl.us/128629796288187.png
In another screenshot ( http://1dl.us/128629800895854.png ) notice the "Read EMail" AND "Shorten URL" tabs are BOTH highlighted. That is because my mouse is over "Read EMail" and the bug keeps "Shorten URL" highlighted.
Here's a screenshot from a friend of mine's PC: http://1dl.us/128629827488699.jpg
comment:5 Changed 12 years ago by
Summary: | Tabs hover effect sticking on focus → Tabs: Hover state sticks in Firefox if a field is focused on show |
---|
comment:6 Changed 12 years ago by
I'm still having trouble reproducing this on your site. I've tested Firefox on Windows and OS X.
comment:7 Changed 12 years ago by
Milestone: | TBD → 1.9 |
---|---|
Resolution: | → fixed |
Status: | reopened → closed |
I was able to build a reduced test case that showed the problem. The problem still exists in 1.8.13 but not in master.
After going to the website click on "shorten url" then click on any other tab. This will replicate the bug.