0

Slider in Listbox, Firefox 3, ZK 3.0.7

asked 2008-09-16 19:56:11 +0800

sekrup gravatar image sekrup
78

Hi all,

I just realized that in ZK 3.0.7, using Firefox 3, slider is not properly rendered when it's put inside a listbox (listcell).

Example code:

<window title="listbox demo" border="normal">
	<vbox>
		<listbox rows="1" mold="select">
			<listitem label="option1"/>
			<listitem label="option2"/>
			<listitem label="option3"/>
		</listbox>
		<slider/>
		<separator bar="true"/>
		<listbox width="250px">
			<listhead sizable="true">
				<listheader label="name" sort="auto"/>
				<listheader label="gender" sort="auto"/>
			</listhead>
			<listitem>
				<listcell label="Mary"/>
				<listcell><slider/></listcell>
			</listitem>
			<listitem>
				<listcell label="John"/>
				<listcell><slider/></listcell>
			</listitem>
			<listitem>
				<listcell label="Jane"/>
				<listcell label="FEMALE"/>
			</listitem>
			<listitem>
				<listcell label="Henry"/>
				<listcell label="MALE"/>
			</listitem>
		</listbox>
	</vbox>
</window>

When the slider stands alone, it's rendered properly; when it's inside a listbox, the slider is not rendered properly.

Configuration: (only observed on this combination)
- ZK 3.0.7
- Firefox 3.0.1

When I tested the same code (ZK 3.0.7) on Firefox 2, it didn't happen.
Similarly, ZK 3.5.0 on Firefox 3: didn't happen.


Does anyone else has the same issue?

Thanks,
sekrup

delete flag offensive retag edit

2 Replies

Sort by ยป oldest newest

answered 2008-09-17 08:38:42 +0800

davidchen gravatar image davidchen
18

It is a bug.

Please Post to our bug list:
http://sourceforge.net/tracker/?group_id=152762&atid=785191

thank you.

/David

link publish delete flag offensive edit

answered 2008-09-18 08:00:44 +0800

davidchen gravatar image davidchen
18

hi sekrup:

This bug has been fixed, thank you!

/david

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: 2008-09-16 19:56:11 +0800

Seen: 182 times

Last updated: Sep 18 '08

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