[wp-trac] [WordPress Trac] #12994: Threaded Comments Breaks Layout in Twenty Ten Theme
WordPress Trac
wp-trac at lists.automattic.com
Fri Apr 16 19:04:32 UTC 2010
#12994: Threaded Comments Breaks Layout in Twenty Ten Theme
--------------------------+-------------------------------------------------
Reporter: mrgtb | Owner: iammattthomas
Type: defect (bug) | Status: assigned
Priority: normal | Milestone: 3.0
Component: Themes | Version: 3.0
Severity: normal | Keywords:
--------------------------+-------------------------------------------------
Changes (by nacin):
* owner: nacin => iammattthomas
* status: accepted => assigned
Comment:
Looks like it's a difference in how Firefox and other browsers render
borders, at least on Windows where I am testing.
Firefox provides the same two-border inset default to textareas and
inputs. I'm seeing Webkit and IE8 give textareas only one pixel.
To account for that, it looks like it was designed in Safari, as textareas
are width 99%, instead of 98% like inputs. But for them to look exact in
Firefox, they should be 98%.
For this to be entirely cross-browser, we'd have to actually style them
with our own borders. To simply fix the issue at hand as it presents
itself in Firefox, we should reduce it to 98%, but that prevents it from
looking as good as it does now in Webkit as the textarea will technically
be a few pixels shorter than the others.
Committing 98% then assigning to MT for a review.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/12994#comment:10>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list