WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
109158
REGRESSION (
r140778
):Calendar Picker buttons are wrong when rtl
https://bugs.webkit.org/show_bug.cgi?id=109158
Summary
REGRESSION (r140778):Calendar Picker buttons are wrong when rtl
Keishi Hattori
Reported
2013-02-07 01:39:59 PST
The triangles are pointing the wrong direction.
Attachments
Patch
(76.94 KB, patch)
2013-02-11 17:56 PST
,
Keishi Hattori
no flags
Details
Formatted Diff
Diff
Patch
(76.80 KB, patch)
2013-02-11 18:39 PST
,
Keishi Hattori
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Keishi Hattori
Comment 1
2013-02-11 17:56:50 PST
Created
attachment 187738
[details]
Patch
Kent Tamura
Comment 2
2013-02-11 18:14:11 PST
Comment on
attachment 187738
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=187738&action=review
> Source/WebCore/Resources/pagepopups/calendarPicker.css:150 > +.rtl .year-month-button-right .year-month-button, > .year-month-button-left .year-month-button { > - margin-right: 4px; > + margin: 0 4px 0 0; > } > > -.year-month-button-right { > - display: inline-block; > +.rtl .year-month-button-left .year-month-button, > +.year-month-button-right .year-month-button { > + margin: 0 0 0 4px;
Does -webkit-margin-end: 4px; work?
> Source/WebCore/Resources/pagepopups/calendarPicker.css:281 > .today-clear-area .today-button { > - margin-right: 8px; > + margin: 0 8px 0 0; > +} > + > +.rtl .today-clear-area .today-button { > + margin: 0 0 0 8px;
Ditto.
Keishi Hattori
Comment 3
2013-02-11 18:39:14 PST
Created
attachment 187749
[details]
Patch
Kent Tamura
Comment 4
2013-02-11 18:41:17 PST
Comment on
attachment 187749
[details]
Patch ok
WebKit Review Bot
Comment 5
2013-02-11 20:26:33 PST
Comment on
attachment 187749
[details]
Patch Clearing flags on attachment: 187749 Committed
r142572
: <
http://trac.webkit.org/changeset/142572
>
WebKit Review Bot
Comment 6
2013-02-11 20:26:36 PST
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug