Bug Tracker

Modify

Ticket #4521 (closed bug: fixed)

Opened 4 years ago

Last modified 23 months ago

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:
Blocking: Blocked by:

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());

  1. 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

index.zip Download (117.3 KB) - added by Jessige 4 years ago.
Modify the demo and add screenshots
Ticket#4521.zip Download (66.2 KB) - added by Jessige 4 years ago.
test it with IE6

Change History

comment:1 Changed 4 years ago by dmethvin

  • Status changed from new to closed
  • Resolution set to invalid

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.

comment:2 Changed 4 years ago by Jessige

  • Status changed from closed to reopened
  • Resolution invalid deleted

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 4 years ago by Jessige

Modify the demo and add screenshots

comment:3 Changed 4 years ago by dmethvin

  • Status changed from reopened to closed
  • Resolution set to invalid

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.

comment:4 Changed 4 years ago by Jessige

  • Status changed from closed to reopened
  • Resolution invalid deleted

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 4 years ago by Jessige

test it with IE6

comment:5 Changed 4 years ago by dmethvin

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

comment:6 Changed 3 years ago by john

  • Component changed from unfilled to core

comment:7 Changed 2 years ago by jitter

  • Priority changed from major to low
  • Status changed from reopened to open
  • Version changed from 1.3.2 to 1.4.4
  • Component changed from core to support
  • Milestone changed from 1.4 to 1.5

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.

comment:8 Changed 2 years ago by danheberden

  • Milestone set to 1.next

comment:9 Changed 23 months ago by timmywil

  • Status changed from open to closed
  • Resolution set to fixed
  • Milestone changed from 1.next to 1.5

This looks fixed in the latest version of jQuery.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.