denise: Image: Me, facing away from camera, on top of the Castel Sant'Angelo in Rome (Default)
Denise ([staff profile] denise) wrote in [site community profile] dw_dev2011-01-04 02:50 am

i hate CSS

[personal profile] fu and I are racking our brains to try to remember what we did to fix the problem where people with Firefox/Mac saw text much more large than people with FF/Windows. Before we delve into Bugzilla: Does anyone remember that one? And if so, how the hell did we fix it?

EDIT: Also, a problem with width of elements in IE7 -- anyone good with that?
sophie: A cartoon-like representation of a girl standing on a hill, with brown hair, blue eyes, a flowery top, and blue skirt. ☀ (Default)

[personal profile] sophie 2011-01-04 11:21 am (UTC)(link)
I don't remember, and I took a look through Bugzilla and couldn't find anything there, either. I then looked through the entire changelogMercurial log history to see if I could even find a clue, but no. :/ [edit: Turns out that the Mercurial log doesn't have the stuff [site community profile] changelog does. And changelog isn't searchable, unfortunately. :/] [edit to the edit: Sorry for the edit spam. Turns out "hg log" only shows the first line by default of the commit messages. But still nothing when I look at the full things.]

The only thing I was able to find was http://dw-maintenance.dreamwidth.org/22815.html?thread=428319#cmt428319 , which probably doesn't help. :/
Edited 2011-01-04 11:48 (UTC)
ninetydegrees: Art & Text: heart with aroace colors, "you are loved" (Default)

[personal profile] ninetydegrees 2011-01-04 01:31 pm (UTC)(link)
Not having IE7 I can't test anything but the problem comes from display: table which IE7 doesn't support (see http://www.quirksmode.org/css/display.html) so I think you need to assign a width to .action-box or set it to 'auto' (and then maybe negates it with max-width for other browsers). Sorry I can't be useful.
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)

[personal profile] fu 2011-01-06 08:22 am (UTC)(link)
No worries! It's... a tricky problem. I've made do with a hackish workaround for now; not going to spend too much more time on it because we intend to remove it (in favor of restyling) as soon as feasible.
pauamma: Cartooney crab wearing hot pink and acid green facemask holding drink with straw (Default)

[personal profile] pauamma 2011-01-04 08:10 pm (UTC)(link)
Do you remember (even roughly) when it was spotted/reported or when it was fixed?
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)

[personal profile] fu 2011-01-06 08:23 am (UTC)(link)
Not quite, but css-tricks.com looks pretty neat, thank you! *bookmarks*