Closed (fixed)
Project:
Panels
Version:
5.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jan 2008 at 10:18 UTC
Updated:
24 Jan 2008 at 17:54 UTC
Jump to comment: Most recent file
Ok this is really, really minor but still.
The new edit_view hovertip that comes up in panels is very, very handy. However, in any panel pane where it's active, when you hover over any other link, it stops the url showing up in the status bar (on FF anyway).
| Comment | File | Size | Author |
|---|---|---|---|
| #10 | panels_css.patch | 1.31 KB | yched |
| #3 | panels.js_.patch | 935 bytes | yched |
Comments
Comment #1
yched commentedYep, noticed that too (on FF2/win). That's somewhat annoying :-)
Comment #2
merlinofchaos commentedI've committed a check so that the javascript only gets included if you actually have permission to view the admin links, so at least it won't affect most users. But I'm not sure how to fix this for other users.
It seems that the jquery .hover() method is eating the browser bit that displays the link in the status bar, and I'm not sure what the right way to restore it is.
Comment #3
yched commentedAttached patch uses .mouseover / .mouseout insetad of .hover, and seems to do the trick.
Comment #4
merlinofchaos commentedI've committed this but it doesn't actually fix it for me in FF2.
Comment #5
yched commentedAh. Hmm. I'm now away from my panels2 dev site. Will try harder tomorrow...
(I hate to ask : did you clear your browser's cache ? ;-) )
Comment #6
merlinofchaos commentedYup.
Also added console.log messages to ensure I was actually getting fresh .js.
Comment #7
yched commentedWell, at least I can confirm it works for me, both on FF2 and IE7.
Comment #8
catchhmm, not working for me either.
Comment #9
merlinofchaos commentedI am thinking that I may have to go with an alternative solution where we use CSS hovers in browsers that don't suck (Firefox, Opera, Safari) and only use the javascript method for browsers that do (IE). It seems that this is possibly causing other problems; I got a report that something in Panels was interfering with the fivestar gadget, and I bet it's also the hover.
Comment #10
yched commentedI got a report that something in Panels was interfering with the fivestar gadget
Yep, just spent two hours on it :-) it's this issue : http://drupal.org/node/207896.
It's a css conflict actually ("div.panel-pane div.hover" is a too broad selector)
Attached patch fixes it.
Comment #11
merlinofchaos commentedI applied the .css patch and then reverted to using .hover() because...hover() works on IE and the mouseover() mouseout() stuff doesn't.
Working on a implementing the css hovers and then only doing the hover() method when it's IE now.
Comment #12
merlinofchaos commentedOk, got that working. Let me know if there continue to be problems.
Comment #13
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.