[JBoss JIRA] (RF-13268) Typo in LookAheadObjectInputStream.java
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13268?page=com.atlassian.jira.plugin.s... ]
Brian Leathem resolved RF-13268.
--------------------------------
Resolution: Done
> Typo in LookAheadObjectInputStream.java
> ---------------------------------------
>
> Key: RF-13268
> URL: https://issues.jboss.org/browse/RF-13268
> Project: RichFaces
> Issue Type: Patch
> Security Level: Public(Everyone can see)
> Components: core
> Affects Versions: 4.3.4
> Environment: Any
> Reporter: Fab Mars
> Assignee: Fab Mars
> Priority: Trivial
> Labels: core
> Fix For: 4.3.5, 5.0.0.Alpha2
>
> Original Estimate: 5 minutes
> Remaining Estimate: 5 minutes
>
> On the loadWhitelist method, stream.close() catch, the message should be "Error closing the resource-serialization.properties file". Git pull request attached.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (RF-13260) Autocomplete - remove onlist* event handlers
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-13260?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč resolved RF-13260.
-----------------------------
Resolution: Done
> Autocomplete - remove onlist* event handlers
> --------------------------------------------
>
> Key: RF-13260
> URL: https://issues.jboss.org/browse/RF-13260
> Project: RichFaces
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: component-input
> Affects Versions: 5.0.0.Alpha1
> Reporter: Lukáš Fryč
> Assignee: Lukáš Fryč
> Priority: Minor
> Fix For: 5.0.0.Alpha2
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> I believe those onlist* mouse and keyboard handlers are not necessary with exposing rich jQuery UI Autocomplete event API:
> http://api.jqueryui.com/autocomplete/
> In 4.3, those events could be used for intercepting process of menu manipulation, but the new events are so rich that the list handlers are not necessary.
> One can potentially use such a code to register event handler:
> {code}
> #{r:jquery('autocomplete')}.autocomplete('menu').on('click', );
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (RF-13268) Typo in LookAheadObjectInputStream.java
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13268?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13268:
-------------------------------
Assignee: Fab Mars
> Typo in LookAheadObjectInputStream.java
> ---------------------------------------
>
> Key: RF-13268
> URL: https://issues.jboss.org/browse/RF-13268
> Project: RichFaces
> Issue Type: Patch
> Security Level: Public(Everyone can see)
> Components: core
> Affects Versions: 4.3.4
> Environment: Any
> Reporter: Fab Mars
> Assignee: Fab Mars
> Priority: Trivial
> Labels: core
> Fix For: 4.3.5, 5.0.0.Alpha2
>
> Original Estimate: 5 minutes
> Remaining Estimate: 5 minutes
>
> On the loadWhitelist method, stream.close() catch, the message should be "Error closing the resource-serialization.properties file". Git pull request attached.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (RF-13176) tree: JS error after selecting an item in tree
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-13176?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč resolved RF-13176.
-----------------------------
Labels: (was: regression)
Fix Version/s: (was: 5.0.0.Alpha2)
Resolution: Duplicate Issue
I believe this is duplicate of RF-13200, though this one was reported earlier.
[~jstefek], could you please verify that it's fixed now?
> tree: JS error after selecting an item in tree
> ----------------------------------------------
>
> Key: RF-13176
> URL: https://issues.jboss.org/browse/RF-13176
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tree
> Environment: richfaces-5.0.0-SNAPSHOT
> FF 18
> Tomcat 7.0.32, JBoss AS 7.1
> Reporter: Jiří Štefek
> Assignee: Lukáš Fryč
> Priority: Critical
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
> The selecting of items does not work properly.
> After selecting an item (toggling of nodes works fine) from tree a JavaScript error occurs:
> {code}
> TypeError: RichFaces.$ is not a function
>
> ...EventHandler=function(handlerCode){if(handlerCode){return new Function("event",h...
> packed.js (line 178)
> {code}
> This also prevents any further manipulation with tree.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (RF-13260) Autocomplete - remove onlist* event handlers
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-13260?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč reassigned RF-13260:
-------------------------------
Assignee: Lukáš Fryč
> Autocomplete - remove onlist* event handlers
> --------------------------------------------
>
> Key: RF-13260
> URL: https://issues.jboss.org/browse/RF-13260
> Project: RichFaces
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: component-input
> Affects Versions: 5.0.0.Alpha1
> Reporter: Lukáš Fryč
> Assignee: Lukáš Fryč
> Priority: Minor
> Fix For: 5.0.0.Alpha2
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> I believe those onlist* mouse and keyboard handlers are not necessary with exposing rich jQuery UI Autocomplete event API:
> http://api.jqueryui.com/autocomplete/
> In 4.3, those events could be used for intercepting process of menu manipulation, but the new events are so rich that the list handlers are not necessary.
> One can potentially use such a code to register event handler:
> {code}
> #{r:jquery('autocomplete')}.autocomplete('menu').on('click', );
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months