0

Tooltip not shown in upload button

asked 2012-01-05 08:43:40 +0800

Steva77 gravatar image Steva77 flag of Italy
1014 3
http://www.research.softe...

updated 2012-01-05 08:44:53 +0800

Very basic issue, but I just tried it out on the sandbox:

This works fine and shows the tooltip:

<button label="TEST LABEL" tooltiptext="TEST TOOLTIP" ></button>    

but this not:

<button label="TEST LABEL" tooltiptext="TEST TOOLTIP" upload="true"></button>    

I am running ZK EE 5.0.6.

I'd simply like to have an upload button with a small icon and tooltip text, without having to specify a label... ;)
Is this the expected behaviour?
Thanks,
Stefano

delete flag offensive retag edit

4 Replies

Sort by ยป oldest newest

answered 2012-01-05 09:56:44 +0800

vincentjian gravatar image vincentjian
2245 6

updated 2012-01-05 10:08:00 +0800

Hi Steva,

This is a bug, please follow the link http://tracker.zkoss.org/browse/ZK-751 for latest status.

Meanwhile, you can use popup instead as follows:

<button label="TEST LABEL" tooltip="popup" upload="true"></button>
<popup id="popup">
	<label value="TEST TOOLTIP"></label>
</popup>

link publish delete flag offensive edit

answered 2012-01-05 10:37:09 +0800

Steva77 gravatar image Steva77 flag of Italy
1014 3
http://www.research.softe...

Hi vincentjan,
thanks, it works fine, although the layout is obviously a bit different ;)
I'll follow the bug report.
S

link publish delete flag offensive edit

answered 2013-10-02 07:59:08 +0800

Foxy gravatar image Foxy
1

Bug fixed, but now in ZK 6.5.2 CE I see the same proplem.

link publish delete flag offensive edit

answered 2013-11-27 04:51:21 +0800

vincentjian gravatar image vincentjian
2245 6

Hi Foxy,

What browser are you using? I test it with Chrome and works fine.

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: 2012-01-05 08:43:40 +0800

Seen: 286 times

Last updated: Nov 27 '13

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