Bug 3810 - gallery view text shifts around in Firefox
: gallery view text shifts around in Firefox
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Web Interface
: 6.5b1
: PC Windows XP
: P2 trivial (vote)
: ---
Assigned To: Andy Grundman
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-07-24 13:12 UTC by Jim McAtee
Modified: 2008-09-15 14:39 UTC (History)
1 user (show)

See Also:
Category: ---


Attachments
add a:active to all slimserver.css in skins (2.86 KB, patch)
2006-07-24 19:22 UTC, KDF
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jim McAtee 2006-07-24 13:12:29 UTC
A quirk of Firefox is to outline active (clicked) links with a dotted line.  In the gallery view this causes the text below the artwork to sometimes shift around when the image is clicked.  See the link below for a simple CSS solution.

http://sonspring.com/journal/removing-dotted-links

I tried it and it works.  Haven't tested the cross-browser compatibility, but as the article states, it should just be ignored by other browsers.
Comment 1 Chris Owens 2006-07-24 13:14:06 UTC
Andy are you the right person to whom I should assign html/CSS/layout bugs?
Comment 2 KDF 2006-07-24 19:22:24 UTC
Created attachment 1367 [details]
add a:active to all slimserver.css in skins

This should cover all skins by applying the style fix to all cases of slimserver.css.  Skins using skin.css should get the fix via EN
Comment 3 Andy Grundman 2006-07-24 19:25:47 UTC
Thanks kdf, feel free to apply and close. :)
Comment 4 KDF 2006-07-24 19:37:54 UTC
applied at change 8628.  marking as fixed, please reopen if any issues remain or verify/close.
Comment 5 Jim McAtee 2006-07-24 19:59:49 UTC
Still seeing the dotted highlighting in the two skins I tested, Default and Fishbone.  I believe the outline:none needs to be applied to the a element instead of a:active.  Not sure exactly why that is, but...
Comment 6 KDF 2006-07-24 20:21:35 UTC
before I go redo all of that, is there any chance anyone might throw a fit if they can't see the outline when they insist on using the keyboard for browsing (ie, tab between links)?
Comment 7 KDF 2006-07-24 20:44:24 UTC
give change 8629 a try.
Comment 8 Andy Grundman 2006-08-01 14:55:13 UTC
Jim, any update on this bug?
Comment 9 Jim McAtee 2006-08-01 15:00:14 UTC
Yes, the change works.  One thing that might be consdidered, if the the loss of highlighting links when tabbing is a concern, would be to only apply the outline:none style to the links surrounding the images in the gallery.
Comment 10 KDF 2006-08-01 15:09:16 UTC
s'ok.  too much tabbing to be sane anyway :)