Login Page Display Problem in IE

Bug #776560 reported by Nat Katin-Borland
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
KARL3
Fix Released
Medium
Robert Marianski

Bug Description

If you visit the KARL login page using IE, there is an ugly line down the center of the page (see screenshot). Everything looks fine in FF.

Thanks,
Nat

Tags: r3.57
Revision history for this message
Nat Katin-Borland (nborland) wrote :
Revision history for this message
Paul Everitt (paul-agendaless) wrote :

Robert, I think you noticed something about a missing gradient URL or something. Can you take this one?

Changed in karl3:
assignee: nobody → Robert Marianski (rmarianski)
importance: Undecided → Medium
milestone: none → m54
Changed in karl3:
status: New → Confirmed
Revision history for this message
Robert Marianski (rmarianski) wrote :

That happens in ie7 but not ie8.

It is indeed coming from the img#login-gradient element. I poked around a little bit, and it seems that just changing the width in ie7 causes it to add that white area around it. The strange part is that it works fine on the 404 page, but not the login page, and those 2 pages are similar. I'll keeping digging to see if I can find what's causing it.

Revision history for this message
Robert Marianski (rmarianski) wrote :

By process of elimination, I was able to pinpoint to this ie specific style in karl_ie.css:
img {
    -ms-interpolation-mode:bicubic;
}

If I add an additional style to have it default back to the nearest-neighbor interpolation mode for the login gradient, then it seems to work properly.

I tracked down where the change came from through the commits: (6105 6068 5938 5917)
Commit message for 5917:
rounded styles for IE feeds (LP #612389)

I think it should be fine if I set it to nearest neighbor just for the login gradient, to be safe and not affect anything else.

r6788

Changed in karl3:
status: Confirmed → Fix Committed
Revision history for this message
Nat Katin-Borland (nborland) wrote : RE: [Bug 776560] Re: Login Page Display Problem in IE

Looks like Robert fixed this on Branch1. Thanks Robert!

--
Nathaniel Katin-Borland
Support Specialist
Knowledge Management Initiative
KARL Support Team

Open Society Foundations - New York Office
400 West 59th Street
New York, NY 10019
Email: <email address hidden>
Phone: 212-547-6984
http://www.soros.org/
http://www.karlproject.org

-----Original Message-----
From: <email address hidden> [mailto:<email address hidden>] On Behalf Of Robert Marianski
Sent: Wednesday, May 04, 2011 2:00 PM
To: Nathaniel Katin-Borland
Subject: [Bug 776560] Re: Login Page Display Problem in IE

** Changed in: karl3
       Status: New => Confirmed

--
You received this bug notification because you are a direct subscriber of the bug.
https://bugs.launchpad.net/bugs/776560

Title:
  Login Page Display Problem in IE

Status in KARL3:
  Confirmed

Bug description:
  If you visit the KARL login page using IE, there is an ugly line down
  the center of the page (see screenshot). Everything looks fine in FF.

  Thanks,
  Nat

To unsubscribe from this bug, go to:
https://bugs.launchpad.net/karl3/+bug/776560/+subscribe

Revision history for this message
JimPGlenn (jpglenn09) wrote :

fixed

Changed in karl3:
status: Fix Committed → Fix Released
JimPGlenn (jpglenn09)
tags: added: r3.57
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.