Opened 12 years ago
Closed 12 years ago
#4265 closed Bug (invalid)
Peers/Network web client preferences not working in Chrome 11 on Linux
Reported by: | WolverineFan | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | None Set |
Component: | Web Client | Version: | 2.31 |
Severity: | Normal | Keywords: | |
Cc: |
Description
When using Chrome 11 on Linux, the Peers/Network? tabs in Preferences cannot be activated. Clicking them does nothing. Doing the same thing in Firefox 3 on Linux works fine.
I'm not sure why Firefox works, but I think Chrome doesn't due to two missing lines in transmission.js initialize:
$('#prefs_tab_peers_tab').click(function(e){ changeTab(this, 'prefs_tab_peers') }); $('#prefs_tab_network_tab').click(function(e){ changeTab(this, 'prefs_tab_network') });
Change History (5)
comment:1 Changed 12 years ago by hbt
comment:2 Changed 12 years ago by gunzip
it works OK here with Google Chrome 11 in Linux Debian. using latest version 11.0.696.68
comment:3 Changed 12 years ago by jordan
WolverineFan, which build of Chrome 11 are you running?
comment:4 Changed 12 years ago by WolverineFan
Looking at that .js file in Firefox I see the 2 lines there. I must have a cached version of the file in Chrome. I'll have to try a force reload and/or nuke my Chrome cache.
Sorry folks!
comment:5 Changed 12 years ago by jordan
- Resolution set to invalid
- Status changed from new to closed
no problem, these things happen.
thanks for the update so that the ticket can be closed
FWIW, it works on Chromium 11 on Linux