This Question is Answered

2 "helpful" answers available (2 pts)
7 Replies Last post: Feb 8, 2008 10:25 PM by Tatyana Matveyeva  
Philipp Schulte-Hubbert   4 posts since
Sep 18, 2007
Currently Being Moderated

Sep 18, 2007 7:15 PM

TwoListSelection and Firefox 2.0

Hello,

 

is there a problem with the button width of the TwoListSelection component and Firefox 2.0.0.6 ?

The buttons don't show the whole text, instead they only show the first nine or ten characters.

Defining a buttonstyle didn't help too.

 

Regards

Philipp

Tatyana Matveyeva   873 posts since
Aug 16, 2006
Currently Being Moderated
1. Sep 18, 2007 8:02 PM in response to: Philipp Schulte-Hubbert
Re: TwoListSelection and Firefox 2.0

Hello Philipp,

 

Unfortunately, we were unable to reproduce the problem you described. Can you please provide us with more information? Please provide us with your JSP page, and environment (application server, JSF implementation). Please also tell us what QuipuKit version you are using.

 

Regards,

Tatyana

Tatyana Matveyeva   873 posts since
Aug 16, 2006
Currently Being Moderated
3. Sep 19, 2007 1:47 PM in response to: Philipp Schulte-Hubbert
Re: TwoListSelection and Firefox 2.0

Hello Philipp,

 

We also need the content.xhtml file and full CSS that is applied to your page to reproduce the problem.

 

Regards,

Tatyana

Tatyana Matveyeva   873 posts since
Aug 16, 2006
Currently Being Moderated
5. Sep 19, 2007 4:48 PM in response to: Philipp Schulte-Hubbert
Re: TwoListSelection and Firefox 2.0

Philipp,

 

We managed to reproduce the problem you described. It can be reproduced only under Facelets with JSF Reference Implementation 1.2. We will do our best to fix it in QuipuKit 1.3. However, there is workaround for this issue. You should specify width of the TwoListSelection buttons and declare it as important. Here is an example:

 

<q:twoListSelection value="#{errorbean.items}"

                              buttonStyle="width:100px!important;">

  <f:selectItem itemValue="#ff0000" itemLabel="red"/>

  <f:selectItem itemValue="#0000ff" itemLabel="blue"/>

</q:twoListSelection>

 

Feel free to contact us if you have any further questions.

 

Regards,

Tatyana

Tatyana Matveyeva   873 posts since
Aug 16, 2006
Currently Being Moderated
7. Feb 8, 2008 10:25 PM in response to: Philipp Schulte-Hubbert
Re: TwoListSelection and Firefox 2.0

Hello Philipp,

 

We have fixed the issue in QuipuKit 1.4.

 

Regards,

Tatyana

More Like This

  • Retrieving data ...