Bug 15249
Summary: | Multiple <select> doesn't honor text-overflow:ellipsis | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adam Roben (:aroben) <aroben> |
Component: | Forms | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | adele, ahmad.saleem792, akeerthi, ap, bfulgham, zalan |
Priority: | P2 | ||
Version: | 523.x (Safari 3) | ||
Hardware: | All | ||
OS: | All | ||
URL: | data:text/html,%3Cselect%20size=2%20style=%22text-overflow:%20ellipsis;%20width:%20150px;%22%3E%3Coption%3Esomething%20really%20long%20that%20should%20ellipsize%3C/option%3E%3Coption%3Eanother%20long%20item%20that%20should%20ellipsize%3C/option%3E%3C/select%3E |
Adam Roben (:aroben)
Multiple <select>s (i.e., list boxes) don't honor text-overflow:ellipsis. See the URL for an example.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
I am not able to reproduce this bug using attached test case in Safari 16.1, STP 157, Chrome Canary 110 and Firefox Nightly 108. All browsers match each other and don't show "..." to indicate overflow.
Marking this as "RESOLVED CONFIGURATION CHANGED", since all browsers agree. If it is not something right in all browsers, please reopen. Thanks!
Alexey Proskuryakov
I think that this makes it INVALID - nothing changed in WebKit, but it matches other browsers.