0

Grid fixedLayout inside vbox fails on FireFox

asked 2009-11-12 14:16:59 +0800

dastultz gravatar image dastultz
797 9

Hi, the following code renders a fixed width grid in Safari, IE, and Chrome, but a "stretchy" grid in FireFox.

<window>
	<vbox>
		<grid fixedLayout="true">
			<columns>
				<column label="Brand" width="100px" />
				<column label="Processor Type" width="150px" />
				<column label="Memory (RAM)" width="120px" />
				<column label="Price" width="100px" />
				<column label="Hard Drive Capacity" width="150px" />
			</columns>
			<rows>
				<row>
					<label value="Dell E4500 2.2GHz" />
					<label value="Intel Core 2 Duo" />
					<label value="2GB RAM" />
					<label value="$261.00" style="color:green" />
					<label value="500GB" />
				</row>
				<row>
					<label value="XP-Pro Slim Dell-Inspiron-530-s" />
					<label value="Intel Core 2 Duo" />
					<label value="2GB RAM" />
					<label value="$498.93" style="color:green" />
					<label value="500GB" />
				</row>
			</rows>
		</grid>
	</vbox>
</window>

Specifying the width on the table (620px) fixes the problem, but it seems the behavior should be consistent across browsers.

/Daryl

delete flag offensive retag edit

2 Replies

Sort by ยป oldest newest

answered 2009-11-13 08:23:44 +0800

xmedeko gravatar image xmedeko
1031 1 16
http://xmedeko.blogspot.c...

I think it is a known bug. If not (try search bugs), fill a new bug.

link publish delete flag offensive edit

answered 2009-11-13 10:17:31 +0800

dastultz gravatar image dastultz
797 9

Couldn't find existing.

https://sourceforge.net/tracker/?func=detail&aid=2897323&group_id=152762&atid=785191

/Daryl

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: 2009-11-12 14:16:59 +0800

Seen: 823 times

Last updated: Nov 13 '09

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