Opened 11 years ago
Closed 11 years ago
#9767 closed defect (fixed)
scrollIntoView needs some tweaking when an iframe has border and padding
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Dijit | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I changed test_scroll.html to give the iframes borders and padding and some of the tests were off by that much on IE. It looks like the HTML element x value from dojo.position reflects the amound of padding and the BODY element reflects the amount of border on the iframe.
Note: See
TracTickets for help on using
tickets.
(in [19956]) Fixes #9767 !strict. Allow HTML tag x value to be > 0 when using iframes with border/padding with IE.