Ticket #3 (closed feature: Fixed)

Opened 15 months ago

Last modified 15 months ago

javascript focus to nzb input field

Reported by: guest Owned by: Cheez
Priority: Medium Milestone: 1.8
Component: HellaWorld Version: 1.7
Keywords: Cc:

Description

Focus to the input field id=nzbdownload, to avoid using the mouse so much

Index: js/hellaworld.js =================================================================== --- js/hellaworld.js (revision 107) +++ js/hellaworld.js (working copy) @@ -1,5 +1,8 @@

// $Id$

- +window.onload = function() +{ + document.getElementById('nzbdownload').focus(); +}

var refresh = false;

var node = document.styleSheets[1];

Change History

Changed 15 months ago by Cheez

  • status changed from new to assigned
  • version set to 1.7
  • milestone set to 1.8

Changed 15 months ago by Cheez

  • status changed from assigned to closed
  • resolution set to fixed

Implemented in trunk as of r109, will be in 1.8 release.

Note: See TracTickets for help on using tickets.