aspose file tools
The moose likes JSF and the fly likes rich:combobox layout issue Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "rich:combobox layout issue" Watch "rich:combobox layout issue" New topic
Author

rich:combobox layout issue

Radu Mircea
Ranch Hand

Joined: Jun 14, 2009
Posts: 45
Hi ,

I have values in my combobox which could not be read because they appear cutted.

If value of an item is greater than combobox width then it will be cut.

I was trying to solve this issue by adding a horizontal scroll,by overriding rich-combobox-list-scroll style with this one:

rich-combobox-list-scroll { overflow-x: scroll; }

But nothing changed the behavior is the same... i don't know if i was overring the right style, or if their is a solution or work around for this issue...

Also this behavior happens for h:selectOneMenu.

Please if you have an ideea give me a hand.

Thanks
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: rich:combobox layout issue
 
Similar Threads
Issue with ComboBox and Windows L&F
Scroll and Datatable
ComboBox component (not JComboBox)
ComboBox component (not JComboBox)
RichComboBox inside a scrollable div.