Ticket #1222 (closed defect: no action needed)

Opened 5 years ago

Last modified 5 years ago

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

Changed 5 years ago by gogo

  • status changed from new to closed
  • resolution set to no action needed
Note: See TracTickets for help on using tickets.