0.82 Combobox view problem in IE

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    0.82 Combobox view problem in IE

    Hi Everybody;

    I have a lot of combo on my page. First of all, if the count of combobox items is less than the any threshold(approximately 100) there is no problem in the view, but if count is over than the threshold, a black div is appearing bottom of the combo.

    For example, car mark combo have less then 100 item: No Problem
    But car model combo have over than 100 item: Div apppeared.

    The is no problem in Firefox, please see the attachments.

    <ext:ComboBox ID="cboMark" runat="server" Cls="input-item" StoreID="StoreMark" AllowBlank="false" Editable="true" Mode="Local">
    <Listeners>
    	<Select Handler="#{StoreModel}.reload();" />
    </Listeners>
    </ext:ComboBox>
    
    <ext:ComboBox ID="cboModel" runat="server" Editable="true" Mode="Local" Cls="input-item" StoreID="StoreModel" AllowBlank="false" Resizable="true">
    </ext:ComboBox>
    Attached Thumbnails Click image for larger version. 

Name:	model.PNG 
Views:	372 
Size:	9.4 KB 
ID:	1550   Click image for larger version. 

Name:	mark.PNG 
Views:	376 
Size:	9.6 KB 
ID:	1551  
    Last edited by geoffrey.mcgill; Sep 01, 2010 at 3:35 PM. Reason: please use [CODE] tags
  2. #2
    Hi,

    Which version of IE are you referring to?
    Geoffrey McGill
    Founder
  3. #3
    Quote Originally Posted by geoffrey.mcgill View Post
    Hi,

    Which version of IE are you referring to?
    Windows7 Ultimate and IE8 (no toolbar installed)
  4. #4
    Is there anyone catch this issue, or i'm lonely in coolite world :)
  5. #5
    Hi,

    No, you are not alone:)

    Unfortunately it's rather difficult to sort this problem out without a sample code reproducing the issue.
    Could you provide?

Similar Threads

  1. Replies: 4
    Last Post: Sep 01, 2011, 6:09 PM
  2. View combobox data in gridpanel
    By andrefreitasjr in forum 1.x Help
    Replies: 2
    Last Post: May 26, 2011, 11:09 PM
  3. [0.82] Desktop view problem in IE
    By taonylu in forum Bugs
    Replies: 5
    Last Post: Nov 24, 2010, 8:54 AM
  4. design view problem
    By Sameera in forum 1.x Help
    Replies: 3
    Last Post: Nov 21, 2010, 4:10 PM
  5. [CLOSED] View text data in new windows or combobox
    By ppettigrew in forum 1.x Legacy Premium Help
    Replies: 18
    Last Post: Jul 26, 2010, 11:30 AM

Tags for this Thread

Posting Permissions