jQWidgets Forums
jQuery UI Widgets › Forums › Lists › DropDownList › ie8 ie7 dropdown list long text gets hidden
This topic contains 6 replies, has 2 voices, and was last updated by Peter Stoev 12 years, 8 months ago.
-
Author
-
in our dropdown, there is an entry which is very long text greater than the width of the ddl. In IE9, a horizontal scrollbar appears and the full text is visible. In IE8 & IE7, the horizontal scrollbar appears, but the long text is cut off. Infact, the selection bar also is cut off at the width of the drop down list. This does not happen in IE9 or Firefox or chrome.
Hi prasannj,
Could you please send us a sample which demonstrates the behavior?
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comsteps to reproduce:
1. take the default behavior sample of dropdownlist
2. change one of the list items as follows: cafe moccacino to cafe moccacinocafe moccacinocafe moccacinocafe moccacinocafe moccacino so that the text becomes really long
3. view the drop downlist in IE8 or IE7.
4. IE9 works fine.unable to attach images. but just scroll the horizontal scroll bar to the right and you’ll see the text cutoff in IE8
var source = [
“Affogato”,
“Americano”,
“Bicerin”,
“Breve”,
“Café Bombón”,
“Café au lait”,
“Caffé CorrettoCaffé CorrettoCaffé CorrettoCaffé CorrettoCaffé Corretto”,
“Café Crema”,
“Caffé Latte”,
“Caffé macchiato”,
“Café mélange”,
“Coffee milk”,
“Cafe mocha”,
“Cappuccino”,
“Carajillo”,
“Cortado”,
“Cuban espresso”,
“Espresso”,
“Eiskaffee”,
“The Flat White”,
“Frappuccino”,
“Galao”,
“Greek frappé coffee”,
“Iced Coffee”,
“Indian filter coffee”,
“Instant coffee”,
“Irish coffee”,
“Liqueur coffee”
];changed the source to above in the default behavior of ddl
Hi prasannj,
Thank you for the feedback. We’ll investigate the reported behavior!
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.com -
AuthorPosts
You must be logged in to reply to this topic.