Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Support LTR sliders in RTL pages #199

Merged
merged 1 commit into from
Jun 27, 2017
Merged

Support LTR sliders in RTL pages #199

merged 1 commit into from
Jun 27, 2017

Conversation

keanulee
Copy link
Contributor

Ref #190

This will setting a different direction with HTML attributes, like:

<html dir="rtl">
...
<paper-slider dir="ltr">

But not through CSS (which would require an expensive getComputedStyle() for bootup).

@keanulee keanulee requested a review from frankiefu June 27, 2017 18:11
@keanulee keanulee merged commit 41c12ee into master Jun 27, 2017
@keanulee keanulee deleted the ltr-in-rtl branch June 27, 2017 18:22
@takumif
Copy link

takumif commented Jul 6, 2017

I'd like to know which Chrome milestone this fix will be included in. Is there an easy way for me to figure that out? Or, is it possible to have this merged into Chrome M61?

@keanulee
Copy link
Contributor Author

keanulee commented Jul 6, 2017

@dschuyler might be able to answer that question ^

@dschuyler
Copy link
Contributor

@takumif
Copy link

takumif commented Jul 7, 2017

Right, Chromium currently uses paper-slider v1.0.15 and this patch isn't included until v2.0.2. I was wondering if I can assume that Chrome M61 won't ship with v2.0.2 or later, since in that case I'll need to land a workaround similar to this in Chromium.

@takumif
Copy link

takumif commented Jul 11, 2017

I've updated the paper-slider used in Chromium to v2.0.2:
https://chromium-review.googlesource.com/c/565067/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants