[richfaces-issues] [JBoss JIRA] Updated: (RF-1463) orderingList: autoscrolled in FF on load

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Thu Nov 29 21:40:46 EST 2007


     [ http://jira.jboss.com/jira/browse/RF-1463?page=all ]

Nick Belaevski updated RF-1463:
-------------------------------

    Description: 
orderingList causes page to auto-scroll down in FF on load. see dev. demo for example

Is caused by:
	setFocus : function() {
		this.focusKeeper.focus();                                          <------------------------------------
		this.focusKeeper.focused = true;
		if (this.isListActive()) {
			this.shuttleTable.className = Richfaces.ListBase.ORDERING_LIST_CLASSES.active;
		}
	},


  was:orderingList causes page to auto-scroll down in FF on load. see dev. demo for example

       Assignee: Vladimir Molotkov  (was: Sergey Halipov)
       Priority: Major  (was: Critical)

> orderingList: autoscrolled in FF on load
> ----------------------------------------
>
>                 Key: RF-1463
>                 URL: http://jira.jboss.com/jira/browse/RF-1463
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.1.3
>            Reporter: Nick Belaevski
>         Assigned To: Vladimir Molotkov
>             Fix For: 3.1.3
>
>
> orderingList causes page to auto-scroll down in FF on load. see dev. demo for example
> Is caused by:
> 	setFocus : function() {
> 		this.focusKeeper.focus();                                          <------------------------------------
> 		this.focusKeeper.focused = true;
> 		if (this.isListActive()) {
> 			this.shuttleTable.className = Richfaces.ListBase.ORDERING_LIST_CLASSES.active;
> 		}
> 	},

-- 
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

        



More information about the richfaces-issues mailing list