Ticket #1015 (closed enhancement: fixed)
Mozilla shows scrollbars on click in Stylist
| Reported by: | znoob2@… | Owned by: | gogo |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | Plugin_Stylist | Version: | |
| Severity: | normal | Keywords: | ugly scrollbars onclick |
| Cc: |
Description
When I (de)select a classname in Stylist, both a vertical and a horizontal scrollbar appear until I release the mouse button. I am using Firefox 2.0.0.3.
What is actually happening is that FF shows a dotted line around a link when you click it. This is common behaviour. But the dotted line is around the link. The link consumes 100% of the width, so 100% + 2px => scrollbars. And that is da*n ugly!
As a quick fix I added 2 lines at line no. 109:
_13.style.marginRight="1px"; _13.style.marginBottom="1px";
It is just a hack and it might let IE look weird (haven't tested). Would be nice if the developer could work this out in a next plugin update.
Cheers!
Change History
Note: See
TracTickets for help on using
tickets.
