Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Expose / Overlay Mask Wrong Width in IE9+ (v. 1.2.7) #781

Copy link
Copy link
Closed
@alexeych

Description

@alexeych
Issue body actions

Try this demo http://jquerytools.org/demos/overlay/external.html in IE9 - mask width causes horizontal scroll to appear - https://dl.dropbox.com/u/171648/jQueryTools1.2.7_ExposeMask_IE9_bug.png

IE8 is OK.

The bug in toolbox.expose.js seems to be in the "the horror case" condition which is applied to all versions of IE ($.browser.msie), but IE9 is quite "well behaving" browser :-), so should be excluded from case.

May be try to limit "the horror case" to IE8 and lower by adding $.support.opacity == false condition, which will not be applied to IE9+ (but I didn't try this fix yet).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.