Safari specific scroll bar issue in legacy code

Posted by user1237169 on Stack Overflow See other posts from Stack Overflow or by user1237169
Published on 2012-06-28T18:42:16Z Indexed on 2012/07/02 21:16 UTC
Read the original article Hit count: 185

Filed under:
|
|
|
|

I am trying to debug an issue that is occurring specifically in Safari. On a few pages of a web application, the content is larger than the frame and a scroll bar appears on the right but when the scroll bar moves up or down the content does not scroll with it. So you can "scroll" the scroll bar but the content itself was inaccessible even though the scroll bar was mobile.

The issue only occurs in the "Multi-Process Windows" debug mode option but not in the "Single-Process Windows" option. The scroll bar works perfectly fine in Firefox, IE, and Chrome, just not in Safari. Because there's a lot of legacy code, I'm not quite sure exactly what the actual content is and which specific html elements are relevant. From what I can tell there's an Iframe element, html element, body element, div element, iframe element html element, body element and finally some divs.

edit Does it matter if some of the elements within the <iframe> have the attribute scrolling="no"? I see this on a few of the elements within iframe but my coworker reassures me they don't matter.

© Stack Overflow or respective owner

Related posts about html

Related posts about debugging