0

Tooltips not supported on textbox and combobox?

asked 2010-04-08 13:07:20 +0800

windeyu gravatar image windeyu flag of United States
288 3

Is it a bug or is it true that tooltip is not supported for textbox and combobox components? The code below against ZK 5 shows the case.

<zk>
        <textbox tooltip="msg"/>
        <button tooltip="msg" label="test"/>
        <label tooltip="msg">some label</label>
        <combobox  tooltip="msg">
              <comboitem label="Simple and Rich" />
              <comboitem label="Cool!" />
              <comboitem label="Thumbs Up!" />
        </combobox>

	<popup id="msg" width="300px">
		Here is the tooltips !
	</popup>
</zk>

Regards.

delete flag offensive retag edit

1 Reply

Sort by ยป oldest newest

answered 2010-04-08 20:47:58 +0800

jimmyshiau gravatar image jimmyshiau
4921 5
http://www.zkoss.org/ ZK Team

Hi windeyu
It seem a bug,
it works with ZK 3.6.4
I post a bug here and we will track it

link publish delete flag offensive edit
Your reply
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

RSS

Stats

Asked: 2010-04-08 13:07:20 +0800

Seen: 717 times

Last updated: Apr 08 '10

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