Ticket #6229 (closed defect: fixed)

Opened 8 months ago

Last modified 6 months ago

[cla/patch] ProgressBar: glitch on IE6 for test2

Reported by: bill Owned by: bill
Priority: normal Milestone: 1.2
Component: Dijit - LnF Version: 1.1b1
Severity: normal Keywords:
Cc:

Description (last modified by dylan) (diff)

See test_ProgressBar.html, the second example. On IE6 it draws strangely: the vertical bar extends below the bottom of the progress bar rectangle. Works on other browsers.

Attachments

progressBar.gif (1.8 kB) - added by bill 8 months ago.
progress.patch (2.7 kB) - added by dante 6 months ago.
a patch, which might not be acceptable
ie6patch.png (8.0 kB) - added by dante 6 months ago.
this is what ie6 looks like w/ the patch
ie7.png (6.4 kB) - added by dante 6 months ago.
... and ie7 for fun

Change History

Changed 8 months ago by bill

Changed 8 months ago by bill

  • description modified (diff)

Changed 6 months ago by dylan

  • owner set to dante
  • component changed from Dijit to Dijit - LnF
  • description modified (diff)

Changed 6 months ago by dante

a patch, which might not be acceptable

Changed 6 months ago by dante

this is what ie6 looks like w/ the patch

Changed 6 months ago by dante

... and ie7 for fun

Changed 6 months ago by dante

  • owner changed from dante to bill
  • summary changed from ProgressBar: glitch on IE6 for test2 to [cla/patch] ProgressBar: glitch on IE6 for test2

it's actually a lot worse in the nightly than the screenshot. attached are two screenshots and a patch, which basically sets the height to 1.6 em, so it might not scale up well, but the background image isn't large (tall) enough to scale up so that may be something else that needs to be addressed.

please review attached.

Changed 6 months ago by dante

ps: tested ie6, ie7, opera 9.2, safari 3.1, ff2 - tundra only. can't test test_ProgressBar.html via ?theme= anymore (or at least that test specifically) because of the programmatic examples in the addOnLoad + the new way of loading dynamic themes.

Changed 6 months ago by bill

  • status changed from new to closed
  • resolution set to fixed

(In [13854]) Patch (thanks Peter!) to fix ProgressBar? glitches on IE6, plus removed some apparently unneeded CSS rules. Fixes #6229.

Note: See TracTickets for help on using tickets.