1

tooltips in listitems not visible

asked 2013-02-22 15:32:57 +0800

myzkdemo gravatar image myzkdemo
154 3

updated 2013-02-22 15:42:56 +0800

Hi all,

I'm trying to add tooltips on listitems which belong to a listbox with mold=select. In IE8 the tooltip is not visible. In FF the tooltip is behind the popup of the listbox. Please try the example code:

<zk>
<div>
    <listbox mold="select" width="300px">
        <listitem label="Value 1" tooltip="pop" />
        <listitem label="Value 1" />
        <listitem label="Value 1" />
        <listitem label="Value 1" />
    </listbox>
    <popup id="pop">
        <label value="This is a long text for a popup" />
    </popup>
</div>

</zk>

Any idea?

Thanks and regards, Gunter

delete flag offensive retag edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-03-18 06:34:37 +0800

ashishd gravatar image ashishd flag of Taiwan
1972 6

It is not supported as IE doesn't support mouseover event for the html select option it seems (refer

link publish delete flag offensive 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-02-22 15:32:57 +0800

Seen: 36 times

Last updated: Mar 18 '13

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