#1187 closed defect (fixed)
[patch][cla] dojo.html.scrollIntoView bug for IE
Reported by: | Owned by: | Bryan Forbes | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | HTML | Version: | 0.3 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
The supplied patch changes the IE block to allow scrolling if the parentNode of the incoming node has a total height =< scrollHeight. (was previously just less than, which in my case was bad since both values were always equal. I think to be more complete the function should allow the optional boolean parameter of whether to align with top/bottom of scroll pane but that seemed like too much work to implement for safari/other browsers. too many laptops on my desk for one bug fix :) )
Attachments (1)
Change History (4)
Changed 15 years ago by
Attachment: | dojo-html-util-patch.txt added |
---|
comment:1 Changed 14 years ago by
Milestone: | 0.4 → 0.4.1 |
---|---|
Summary: | [patch] dojo.html.scrollIntoView bug for IE → [patch][cla] dojo.html.scrollIntoView bug for IE |
Version: | 0.4 → 0.3 |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
the referenced patch