Skip to main content

Search and Top Navigation

#8569 closed bug (patcheswelcome)

Opened September 12, 2012 05:18PM UTC

Closed September 12, 2012 06:25PM UTC

Last modified September 12, 2012 09:13PM UTC

Combobox: Incorrect button size in IE7

Reported by: johntrepreneur Owned by: johntrepreneur
Priority: minor Milestone: 1.9.0
Component: ui.autocomplete Version: 1.8.23
Keywords: Cc:
Blocked by: Blocking:
Description

The combobox button is smaller than the adjacent autocomplete field in IE7. It can be seen and repro'd on the jquery ui demo (version 1.8.23) page at:

http://jqueryui.com/demos/autocomplete/#combobox

Use the IE compatibility mode button (or menu item: "Tools-->Compatibility View") to repro the bug in IE at the link above.

Attachments (0)
Change History (6)

Changed September 12, 2012 05:27PM UTC by scottgonzalez comment:1

owner: → johntrepreneur
status: newpending

I'm confused by your statement. IE7 doesn't have a compatibility view, that feature wasn't added until IE8. Even using IE8 with compatibility view turned on I don't see any issues. The only way I can get the button to look incorrect is to switch to quirks mode.

Changed September 12, 2012 05:39PM UTC by johntrepreneur comment:2

status: pendingnew

I was assuming the person fixing it would have a later version of IE installed (presumably IE9) and just use the compatibility view to repro this.

I'm using IE9 with compatibility view to see it. In IE9, you can also go into "Tools-->F12 Developer Tools" and hit the "Browser Mode" button and then click the "Internet Explorer 7" option to repro.

I can also attach a picture if that helps.

Changed September 12, 2012 05:48PM UTC by scottgonzalez comment:3

status: newpending

As I said before I cannot reproduce this without going in to quirks mode.

[[Image(http://cl.ly/image/1J1a3X382V44/Screen%20Shot%202012-09-12%20at%201.45.48%20PM.png)]]

Changed September 12, 2012 06:16PM UTC by johntrepreneur comment:4

status: pendingnew

So, I did just notice that I'm using the 64bit version of IE9 (in compatibility mode) which is where I see it. When I use the 32bit version of IE9 (in compatibility mode), the but goes away.

Unfortunetly, the sites that that render IE webpages that I checked are using the 32bit versions and I couldn't find one that did IE 64bit, so other than posting a pic from my machine, I guess you won't be able to repro (assuming you don't have IE9 64bit).

Oh well. Go ahead and close it if you can't repro. I don't care.

Changed September 12, 2012 06:25PM UTC by scottgonzalez comment:5

resolution: → patcheswelcome
status: newclosed

This seems like a bit of an edge case and it's just a demo, so I don't think we'll spend any time on this. Patches welcome.

Changed September 12, 2012 09:13PM UTC by johntrepreneur comment:6

Okay, so it turns out it had nothing to do with IE 64bit version. That was just an anomoly that occurred while attempting to repro. There is also nothing wrong with the current combobox demo page (1.8.23). Turns out, the issue was with a previous version of jquery ui (jquery-ui-1.8.19 to be specific) where it was happening as I replaced the jquery references out for the older 1.8.19 version.