Skip to main content

Search and Top Navigation

#6148 closed bug (fixed)

Opened October 05, 2010 04:45PM UTC

Closed May 18, 2011 12:40PM UTC

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/

Attachments (0)
Change History (7)

Changed October 05, 2010 04:48PM UTC by shadwdrgn comment:1

After going to the website click on "shorten url" then click on any other tab. This will replicate the bug.

Changed October 05, 2010 04:50PM UTC by scottgonzalez comment:2

resolution: → worksforme
status: newclosed

Works for me. Tested in Chrome, Firefox and IE.

Changed October 05, 2010 04:54PM UTC by crumbles comment:3

resolution: worksforme
status: closedreopened

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.

Changed October 05, 2010 05:15PM UTC by shadwdrgn comment:4

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

Changed October 05, 2010 05:18PM UTC by scottgonzalez comment:5

summary: Tabs hover effect sticking on focusTabs: Hover state sticks in Firefox if a field is focused on show

Changed May 17, 2011 01:20PM UTC by scottgonzalez comment:6

I'm still having trouble reproducing this on your site. I've tested Firefox on Windows and OS X.

Changed May 18, 2011 12:40PM UTC by scottgonzalez comment:7

milestone: TBD1.9
resolution: → fixed
status: reopenedclosed

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.