Opened 12 years ago
Last modified 12 years ago
#9392 closed enhancement
[patch][cla] Enhancement: add support for an "ellipsis" class — at Version 1
Reported by: | Nathan Toone | Owned by: | Nathan Toone |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Dojox | Version: | 1.3.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
So - all browsers, with the exception of FF support setting a text-overflow of "ellipsis". We can, however, fake this behavior in FF using XUL as demonstrated at http://www.hedgerwow.com/360/dhtml/text_overflow/demo3.php
We can create a style sheet that adds the correct values for all non-FF browsers, and then use a similar XUL approach (leveraging dojo.behavior) to implement the same thing in FF.
A patch follows...
Change History (2)
Changed 12 years ago by
Attachment: | ellipsis.patch added |
---|
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|
Note: See
TracTickets for help on using
tickets.
Patch which adds this functionality to dojox.html