You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
paper-tooltip's left and right position values do not support right-to-left layout.
Expected outcome
A paper-tooltip that appears on the left side of an element in a left-to-right layout should appear on its right side when the layout direction if flipped to right-to-left.
Actual outcome
The paper-tooltip still appears on the left side, which may cause it to render offscreen or conceal important information.
Description
paper-tooltip
'sleft
andright
position values do not support right-to-left layout.Expected outcome
A
paper-tooltip
that appears on the left side of an element in a left-to-right layout should appear on its right side when the layout direction if flipped to right-to-left.Actual outcome
The
paper-tooltip
still appears on the left side, which may cause it to render offscreen or conceal important information.Live Demo
https://jsbin.com/hemarasezu/edit?html,output
Steps to reproduce
<html dir="rtl">
.paper-button
element in the page.paper-tooltip
element in the page and set itsfor
attribute to the ID of the button.paper-button
element.Recommended solution
Add
position
values of "start" and "end" that map to left or right depending on the page direction.Browsers Affected
The text was updated successfully, but these errors were encountered: