[JBoss JIRA] Resolved: (RF-3693) sizeErrorLabel applied in IE6, but not in Firefox, and Opera
by Andrei Markavtsov (JIRA)
[ https://jira.jboss.org/jira/browse/RF-3693?page=com.atlassian.jira.plugin... ]
Andrei Markavtsov resolved RF-3693.
-----------------------------------
Resolution: Cannot Reproduce Bug
Assignee: Tsikhon Kuprevich (was: Andrei Markavtsov)
Cannot reproduce on Seam 2.0.1, RF 3.3.0-SNAPSHOT & JBOSS 4.2.3 in FF 3 and Opera 9.52.
May be expected bundle was not loaded in your example in RF and Opera?
> sizeErrorLabel applied in IE6, but not in Firefox, and Opera
> ------------------------------------------------------------
>
> Key: RF-3693
> URL: https://jira.jboss.org/jira/browse/RF-3693
> Project: RichFaces
> Issue Type: Bug
> Components: planning_all
> Affects Versions: 3.2.1
> Environment: JBOSS 4.2.2GA, SEAM 2.0.1.GA
> Reporter: Eniko zsido
> Assignee: Tsikhon Kuprevich
> Priority: Minor
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> I've set sizeErrorLabel="#{messages['fileUpload.sizeError']}" on fileUpload component.
> messages.propreties contains : fileUpload.sizeError= Size error
> IE6 displays the expcted message: "Size error" but Firefox and opera shows the "File size restricted".
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 3 months
[JBoss JIRA] Created: (RF-4479) rich:comboBox tabbing issue
by Tim Evers (JIRA)
rich:comboBox tabbing issue
---------------------------
Key: RF-4479
URL: https://jira.jboss.org/jira/browse/RF-4479
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: IE 6, and FireFox 2.x, and FireFox 3.x
Reporter: Tim Evers
When tabbing out of a rich:comboBox it takes 3 presses of the tab button before I get to the next input field on my page.
This behaviour can also be seen on the richfaces demo page.
http://livedemo.exadel.com/richfaces-demo/richfaces/comboBox.jsf?c=comboB...
The code I was using was this:
<h:panelGrid border='0' columns="2" cellspacing="2" cellpadding="0">
<h:column>
<s:label for="richAccountType" value="Account type:*"></s:label>
</h:column>
<rich:comboBox
id="richAccountType"
defaultLabel="Please Select..."
suggestionValues="#{AccountDetailsDataBean.accountTypes}"
value="#{AccountMaintenanceController.currentAccount.type}"
directInputSuggestions="true">
</rich:comboBox>
</h:panelGrid>
<gekko:selectBooleanCheckbox
id="residentialOption"
value="#{AccountMaintenanceController.currentAccount.residential}"
label="Residential"
readonly="#{TenureKeyController.viewMode}" />
So, on entry to the comboBox I would have to press the tab key 3 times before I ended up on my selectBooleanCheckbox.
Is there some way we can be given control of this? Or fix it so that tab will go to the next component on the form?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 3 months
[JBoss JIRA] Created: (RF-3369) PickList does not work properly inside modalPanel
by Vikram Chhetry (JIRA)
PickList does not work properly inside modalPanel
-------------------------------------------------
Key: RF-3369
URL: http://jira.jboss.com/jira/browse/RF-3369
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: Suse 10.0
Reporter: Vikram Chhetry
Hi,
i have a pickList inside a modal panel which does not work properly.
Issues:-
1.) When I select an item and move it to the right the last item in the left is lost.
2.) When I copy all item to the right and remove them and then again select 1 item from from the list and say submit, the value is posted twice.
3.) When I select all the items and press submit the values are submitted multiple times. Ex: If selected item are 3 the all the item will be submitted 3 time and 4 for 4 and 5 for 5..........
Is it a bug or I am doing something wrong?
-Vikram
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 3 months