Closed Bug 592693 Opened 14 years ago Closed 14 years ago

can't add bank on mint.com

Categories

(Core :: General, defect)

x86
Windows 7
defect
Not set
normal

Tracking

()

RESOLVED FIXED
Tracking Status
blocking2.0 --- final+

People

(Reporter: shaver, Unassigned)

References

Details

When I try to search for my bank, I get

http://grab.by/grabs/ae2aaca530a9b5882d6018ed189b598f.png

Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b6pre) Gecko/20100901 Firefox/4.0b6pre

In Chrome 5 I get

http://grab.by/grabs/5908d48f9ad0e1623d2d3c046713eb89.png

I tried disabling HTML5 parser, on a hunch, but nothing.  I notice that the page is in standards mode, but tells IE to behave like IE7, if that means anything.
blocking2.0: --- → final+
The culprit is this, on the relevant list item:

  -moz-binding: url("../xml/ellipsis.xml#ellipsis");

Presumably trying to hack around us not implementing text-overflow:ellipsis...  See also discussion in bug 591198.
Depends on: 591198
(In reply to comment #1)
> The culprit is this, on the relevant list item:
> 
>   -moz-binding: url("../xml/ellipsis.xml#ellipsis");
> 
> Presumably trying to hack around us not implementing text-overflow:ellipsis... 
> See also discussion in bug 591198.

Bug 312156 comment 93 mentions this. It seems to be quite a well-known hack so I would expect more sites to be broken.

See for example http://www.visibilityinherit.com/code/ellipsis.php

Or do a web search for "xul:description" and "text-overflow: ellipsis".
Or just read Mozilla's own Developer Network article:

https://developer.mozilla.org/en/CSS/text-overflow

which says:

"Firefox can emulate this behavior using the -moz-binding CSS property."

;-)
This was fixed by the fix for bug 591198.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.