[JBoss JIRA] Created: (RF-4089) check whether ajax is enabled in IE6
by Michael Heinen (JIRA)
check whether ajax is enabled in IE6
------------------------------------
Key: RF-4089
URL: https://jira.jboss.org/jira/browse/RF-4089
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.5
Reporter: Michael Heinen
I am facing a small problem if my richfaces app runs with wrong security settings in IE 6.
Some javascript errors occur if the security option "Script ActiveX controls marked safe for scripting" is disabled.
1) js error: Exception thrown and not caught:
occurs in sarissa.js line 82: throw "Could not retreive a valid progID of Class: " + idList[idList.length-1]+". (original exception: "+e+")";
2) js error: A4J.AJAX' is null or not an object
3) LOG is undefined
I would like to display a message or an alert that the security settings are too restrictive. Is there any way to do this ?
--
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
14 years, 10 months
[JBoss JIRA] Created: (RF-5616) Create application-specific JavaScript and CSS assembly files.
by Alexander Smirnov (JIRA)
Create application-specific JavaScript and CSS assembly files.
--------------------------------------------------------------
Key: RF-5616
URL: https://jira.jboss.org/jira/browse/RF-5616
Project: RichFaces
Issue Type: Feature Request
Reporter: Alexander Smirnov
Assignee: Alexander Smirnov
Priority: Minor
Fix For: 3.3.1
Although loading of the just few CSS and JavaScript files with LOAD_xxx_STRATEGY=ALL significant reduces a number of network requests, these files are too huge ( up to 500kb ). Because most of the real world applications uses just a subset of the entire RichFaces components library it makes sense to create application-wide assembly, with the only necessary scripts and styles.
Ideas:
1) It should be Maven plugin ( ant task is optional ), what parses all web application pages and extracts list of the RichFaces components references.
2) Because all RichFaces components keeps information about referenced resources in the renderer, that tool is able to extract that information and assembly application-specific files.
Initial limitations:
1) Parce XML pages only. Parsing of the JSP format is more difficult, thus it could be postponed for the next releases.
2) This is compilation-time utility only.
--
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
14 years, 10 months
[JBoss JIRA] Created: (RF-5710) inplaceSelect: if values list contains items with the same labels, selected in the list item will be displayed incorrectly
by Tatyana Romanovich (JIRA)
inplaceSelect: if values list contains items with the same labels, selected in the list item will be displayed incorrectly
--------------------------------------------------------------------------------------------------------------------------
Key: RF-5710
URL: https://jira.jboss.org/jira/browse/RF-5710
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: RF-3.3.0.GA
Reporter: Tatyana Romanovich
Assignee: Nick Belaevski
Priority: Minor
Attachments: isSelection.gif
1. Create any test page with inplaceSelect component, which contains some items with the same labels
example:
<rich:inplaceSelect value="#{user.name}" defaultLabel="select please something">
<f:selectItem itemValue="0" itemLabel="11111" />
<f:selectItem itemValue="1" itemLabel="22222" />
<f:selectItem itemValue="3" itemLabel="11111" />
<f:selectItem itemValue="4" itemLabel="22222" />
...
2. Go to the application, select third element in the list (with value=3, and label="11111")
3. Verify itemValue:
Result: getValue returns 3.
4. Expand popup and verify selected label
FAILURE: first and third elements are displayed as selected
5. Expand list and select fours element (value=4, label="22222")
6. Click Submit button
7. Verify itemValue:
Result: getValue returns 4.
8. Expand popup and verify selected label
FAILURE: second element is displayed as selected
--
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
14 years, 10 months