Hi! It's quite good when the login form appears to set the automatic focus on the username field. Maybe this feature could be included in XWiki as a standart. All you need is to paste this script after the login form: ----- document.forms.loginForm.j_username.focus(); ----- Ar cieтu, Mihails
Hi Mihail, does that work for all browers? Thanks -Vincent On Jun 11, 2008, at 9:15 AM, Mihails Agafonovs wrote:
Hi!
It's quite good when the login form appears to set the automatic focus on the username field. Maybe this feature could be included in XWiki as a standart. All you need is to paste this script after the login form:
-----
document.forms.loginForm.j_username.focus();
----- Ar cieтu, Mihails
As long as JavaScript is enabled, it must work. Anyway, I've checked it on Firefox, IE6/IE7, Opera 9.2 and Safari 3.1. Quoting Vincent Massol : Hi Mihail, does that work for all browers? Thanks -Vincent On Jun 11, 2008, at 9:15 AM, Mihails Agafonovs wrote:
Hi!
It's quite good when the login form appears to set the automatic focus on the username field. Maybe this feature could be included in XWiki as a standart. All you need is to paste this script after the login form:
-----
document.forms.loginForm.j_username.focus();
----- Ar cieтu, Mihails
users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users Ar cieņu, Mihails Links: ------ [1] mailto:[email protected]
Hi Mihail, I committed the change, see http://jira.xwiki.org/jira/browse/XWIKI-2458 However I've not succeeded in writing the selenium test so far. Could you please help out? (I've already spent quite some time on your suggestion but I need to finish some other urgent work for now). Thanks again -Vincent On Jun 11, 2008, at 12:06 PM, Mihails Agafonovs wrote:
As long as JavaScript is enabled, it must work. Anyway, I've checked it on Firefox, IE6/IE7, Opera 9.2 and Safari 3.1. Quoting Vincent Massol : Hi Mihail, does that work for all browers? Thanks -Vincent On Jun 11, 2008, at 9:15 AM, Mihails Agafonovs wrote:
Hi!
It's quite good when the login form appears to set the automatic focus on the username field. Maybe this feature could be included in XWiki as a standart. All you need is to paste this script after the login form:
-----
document.forms.loginForm.j_username.focus();
----- Ar cieтu, Mihails
Hi! Don't know if it helps, but I've tried to test this using Selenium IDE, and figured out, that both commands assertEquals("0", selenium.getCursorPosition("j_username")); verifyEquals("0", selenium.getCursorPosition("j_username")); work correct only if the page is "active" (I mean when you click on page in any place, for example, it becomes focused itself in first palce). Quoting Vincent Massol <[email protected]>:
Hi Mihail,
I committed the change, see http://jira.xwiki.org/jira/browse/XWIKI-2458 However I've not succeeded in writing the selenium test so far. Could you please help out? (I've already spent quite some time on your suggestion but I need to finish some other urgent work for now).
Thanks again -Vincent
On Jun 11, 2008, at 12:06 PM, Mihails Agafonovs wrote:
As long as JavaScript is enabled, it must work. Anyway, I've checked it on Firefox, IE6/IE7, Opera 9.2 and Safari 3.1. Quoting Vincent Massol : Hi Mihail, does that work for all browers? Thanks -Vincent On Jun 11, 2008, at 9:15 AM, Mihails Agafonovs wrote:
Hi!
It's quite good when the login form appears to set the automatic focus on the username field. Maybe this feature could be included in XWiki as a standart. All you need is to paste this script after the login form:
-----
document.forms.loginForm.j_username.focus();
----- Ar cieтu, Mihails
users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Ar cieņu, Mihails
participants (2)
-
Mihails Agafonovs -
Vincent Massol