20
edits
No edit summary |
|||
Line 15: | Line 15: | ||
Even at normal font size, URLs in the body text of the addon description break out of the .addon class container. This looks bad. You could give the addon class a overflow:hidden but that's usually unsatisfactory. Gecko still doesn't implement text-overflow:ellipsis (bug #312156) or word-wrap (bug #99457) so the only other option is to inject <wbr> (or equivalent numeric entity) at alternate characters in long strings as chatzilla does. | Even at normal font size, URLs in the body text of the addon description break out of the .addon class container. This looks bad. You could give the addon class a overflow:hidden but that's usually unsatisfactory. Gecko still doesn't implement text-overflow:ellipsis (bug #312156) or word-wrap (bug #99457) so the only other option is to inject <wbr> (or equivalent numeric entity) at alternate characters in long strings as chatzilla does. | ||
--[[User:Rbirkby|Rbirkby]] 11:06, 15 February 2008 (PST) | --[[User:Rbirkby|Rbirkby]] 11:06, 15 February 2008 (PST) | ||
== Reviews == | |||
It's rather unobvious that adding a rating/review for an extension requires you to be logged in. I'd highly recommend adding a one-line note above the submit button for not-logged in users saying something like "requires registration", or you'll risk pissing off would be commenters who don't want to go through the trouble of registering yet another account. |
edits