Closed
Bug 592693
Opened 14 years ago
Closed 14 years ago
can't add bank on mint.com
Categories
(Core :: General, defect)
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.
Reporter | ||
Updated•14 years ago
|
blocking2.0: --- → final+
Comment 1•14 years ago
|
||
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.
Blocks: kill-remote-xul
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".
Comment 3•14 years ago
|
||
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."
;-)
Reporter | ||
Comment 4•14 years ago
|
||
I fixed the doc.
Comment 5•14 years ago
|
||
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.
Description
•