0

Listbox arrow not showing in chrome

asked 2013-07-30 06:02:19 +0800

SumitT gravatar image SumitT
1

updated 2013-07-30 06:17:41 +0800

sjoshi gravatar image sjoshi flag of India
3493 1 8
http://zkframeworkhint.bl...

listbox mold="select" is showing different in firefox, chrome and ie. in chrome listbox arrow in the right side is also not showing. in chrome listbox is looking like textbox. I am also not getting more help by searching some related tutorials. can anyone please give me some idea.

delete flag offensive retag edit

Comments

Can you post Simple Demo code?

sjoshi ( 2013-07-30 06:19:13 +0800 )edit

I have tested above code also by putting this in my zul file. In firefox it is ok but in chrome it just looks like a text field.

SumitT ( 2013-07-30 08:34:27 +0800 )edit

Did you tested the Fiddle link i have given its working fine everywhere can you post your demo which will reproduce the issue?

sjoshi ( 2013-07-30 09:14:45 +0800 )edit

Yes I have tested this code by putting in a separate zul file and run on chrome. Listbox is showing the drop down by clicking on this but it doesn't have the arrow sign on right and looks like a simple text box not like a drop down in chrome only.

SumitT ( 2013-07-30 10:11:45 +0800 )edit

I am unable to add whole code here but it is something like above. I have not mentioned the template code and other things there only just I am creating listbox like this

SumitT ( 2013-07-30 10:32:57 +0800 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2013-07-30 07:36:35 +0800

psingh gravatar image psingh flag of India
963 8

Try this....

 <listbox mold="select" rows="1">
        <listitem  value="A" label="A"> </listitem>
        <listitem  value="B" label="B"> </listitem> 
        <listitem  value="C" label="C"> </listitem>
        <listitem  value="D" label="D"> </listitem>
        <listitem  value="E" label="E"> </listitem>
    </listbox>

It may be helps you!!

link publish delete flag offensive edit

Comments

I have added your code in Fiddle its working fine http://zkfiddle.org/sample/3e4atgv/18-Listbox-arrow-not-showing-in-chrome

sjoshi ( 2013-07-30 07:45:45 +0800 )edit
Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
1 follower

RSS

Stats

Asked: 2013-07-30 06:02:19 +0800

Seen: 10 times

Last updated: Jul 30 '13

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More