Skip to main content

Bug Tracker

Side navigation

#4521 closed bug (fixed)

Opened April 11, 2009 07:32PM UTC

Closed July 11, 2011 07:12PM UTC

A strange phenomenon about showing in IE

Reported by: Jessige Owned by:
Priority: low Milestone: 1.5
Component: support Version: 1.4.4
Keywords: Cc:
Blocked by: Blocking:
Description

I found a strange phenomenon about showing in IE when I tried to make a rounded-corner table.

1. It seems wonderful when jquery.js has NOT been imported, both IE and Firefox;

2. It seems OK in Firefox when jquery.js has been imported, but not OK in IE;

3. It seems OK again in IE when I write this -

$("#box").html($("#box").html());

4. I have test this by using jquery-1.2.1.js, but this phenomenon has not happened.

IE: 6.0

Firefor: 3.0.8

I will attach my files to this issue.

Please send e-mail to me if you have any questions.

Attachments (2)
  • Ticket#4521.zip (66.2 KB) - added by Jessige April 18, 2009 03:33PM UTC.

    test it with IE6

  • index.zip (117.3 KB) - added by Jessige April 17, 2009 04:14PM UTC.

    Modify the demo and add screenshots

Change History (9)

Changed April 13, 2009 12:23AM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

This does not seem like it has been refined enough to be filed as a bug. There is no #box in your markup. I see a blue rounded corner box in both FF3 and IE8.

Both IE8 and FF3 have debuggers you might be able to use to determine what is happening. If you can narrow it down, open a new ticket with a title that describes the specific problem.

Changed April 17, 2009 03:40PM UTC by Jessige comment:2

resolution: invalid
status: closedreopened

Oh, it was just a mistake that I removed the #box, it was a div which outside the table. I will modify the attachment, and add a screenshot together.

It only happend in IE6 but not in FF3, and I have no IE8, so I can not find the reason. You can test in IE6 with the index.html of my new attachment, use this statement or not.

// $("#box").html($("#box").html());

I hope these will be helpful for you. And I reopen this issue, because I think it is really a bug.

Changed April 17, 2009 09:25PM UTC by dmethvin comment:3

resolution: → invalid
status: reopenedclosed

In IE6, IE7, and IE8 I see a lovely light blue rounded-corner box. I can include either of the jQuery files that you provided and it still looks lovely.

If you are only testing on one computer, I suggest trying several to see if there is something unusual about your particular system.

Changed April 18, 2009 03:31PM UTC by Jessige comment:4

resolution: invalid
status: closedreopened

Ah, I added the div#box, but I removed jquery code when I make the screenshot. But ....

I have changed the demo agin, I am sure you will see the bug when you open the index.hmtl without doing anything, and it will be shown well by clicking on the bar.

I recurred this phenomena on my two computers, I have also sent this demo to my two friends, they all recurred this phenomena with IE6.

This will be the last time I open this issue!

Changed April 21, 2009 02:23AM UTC by dmethvin comment:5

Sorry but my IE6 VM is dead...if any lurkers can test I'd appreciate.

Changed December 05, 2009 08:37PM UTC by john comment:6

component: unfilledcore

Changed November 21, 2010 09:39PM UTC by jitter comment:7

component: coresupport
milestone: 1.41.5
priority: majorlow
status: reopenedopen
version: 1.3.21.4.4

Seems to be an issue with the tests in jQuery.support.

test case which breaks in IE.

Proposed commit to fix this.

The changes in this commit work for me, in that they allow the correct rendering of the test case in IE. The changes also don't alter the results of the various tests in support (meaning jQuery.support.XYZ values remain the same). But I'm not sure about the changes as I'm not that familiar with the support tests and thus not sure how sensitive these tests are to small changes which don't seem to make obvious changes in behavior.

Changed March 31, 2011 05:29AM UTC by danheberden comment:8

milestone: → 1.next

Changed July 11, 2011 07:12PM UTC by timmywil comment:9

milestone: 1.next1.5
resolution: → fixed
status: openclosed

This looks fixed in the latest version of jQuery.