Ticket #1222 (closed defect: no action needed)
Xinha causes scroll issue when in an iframe.
| Reported by: | guest | Owned by: | gogo |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.96 |
| Component: | Xinha Core | Version: | trunk |
| Severity: | normal | Keywords: | iframe,scrollto,scroll,parent |
| Cc: |
Description
I ran into a problem when xinha is in an iframe. An auto scrolling feature occurs when you switch from HTML mode to WYSIWYG mode. xinha scrolls the iFrame to the textarea xinha uses. I got around this by attaching an window.onscroll event like so...
window.onscroll = function(){window.scrollTo(0,0);};
This was only an issue because scrolling is turned off on my iframe.
Change History
Note: See
TracTickets for help on using
tickets.
