ember-basic-dropdown icon indicating copy to clipboard operation
ember-basic-dropdown copied to clipboard

[BREAKING] Add RTL support

Open cibernox opened this issue 7 years ago • 0 comments

Attack plan:

  • Rename "left" to "start" and "right" to "end" in positioning strategies.
  • Detect if the page is rtl or ltr (checking the dir attribute on the html) and make "start" and "end" flip their calculation based on that.
  • By default the positioning strategy will be "auto-start" (the same way right now is "auto-left"), but we'll add a "reversed" strategy to make it be "auto-end" in ltr pages and "auto-start".

cibernox avatar May 04 '18 16:05 cibernox