Changes between Initial Version and Version 1 of Ticket #17732
- Timestamp:
- Feb 14, 2014, 4:54:31 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17732 – Description
initial v1 9 9 Rather than {{{view.w}}}, it should be using the width of the document, {{{win.body(node.ownerDocument).clientWidth}}}. 10 10 11 The simplest fix though seems to be to always set style.left, rather than using style.right in RTL mode.11 The simplest fix though seems to be to always set style.left, rather than setting style.right when the page is RTL. 12 12 13 13 Note that this is how place.js used to work. The code to set style.right came from 33dc9b874f74e1bf180f9cb6f3c14d13a0fb7a90 aka [23866] (refs #5777). It was added so popup position would automatically adjust on screen resizes (in the common case), but in 1.9+ it's largely superseded by f7e1c27065a0c3179fe8ec20f68eef11e035b7cb aka [30911] (also refs #5777).