The patch makes Ctrl+arrows work only for table structure
editing, but I'm going to add it into other places. did you face
problem with this? (I tested it with Mozilla 1.0.1 and it worked)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Don't know, thats reason why didn't write anywhere:
- Few users read documentation.
- I don't like adding help into page, later there could be plenty
of such things...
- Adding on pages where enabled doesn't make sense to me,
because I want to add it everywhere where possible (now it
also works when editing/inserting row).
Okay I will write few lines into documentation, it makes better
sense to me...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=210714
Sorry, the patch is not attached.
Logged In: YES
user_id=210714
Please resubmit with a file attached ...
Logged In: YES
user_id=185131
maybe i havn't check the checkbox =]
Logged In: YES
user_id=192186
I changed the event to onKeyDown because when using
onKeyUp the select value is also being changed.
I will check if it works in mozilla and if yes I will commit
cleaned up version of this into cvs.
PS: sorry for no reaction so long, but such thing probably
isn't priority for any of us...
Logged In: YES
user_id=185131
i'm happy when heard your response :)
i've made event to onKeyDown now, and made it works under
mozilla
here's a cvs diff for lastest cvs version
Logged In: YES
user_id=192186
You probably again didn't check the checkbox ;-).
Logged In: YES
user_id=185131
why do we have to check the checkbox?! kekeke~~
cursor jumping patch for ie&mozilla
Logged In: YES
user_id=192186
Patch merged. Thanks
Logged In: YES
user_id=210714
I am displaying a row in edit mode, with Mozilla 1.2.1, and
I try ctrl/up or down or left or right, nothing happens.
Logged In: YES
user_id=192186
The patch makes Ctrl+arrows work only for table structure
editing, but I'm going to add it into other places. did you face
problem with this? (I tested it with Mozilla 1.0.1 and it worked)
Logged In: YES
user_id=192186
If you had problems with one field editing, it's now fixed in
cvs...
Logged In: YES
user_id=210714
I am using Mozilla 1.2.1 on NT and my js console says:
onKeyDownArrowsHandler is not defined
source file ... tbl_create.php3
Logged In: YES
user_id=185131
cvs up libraries/functions.js
Logged In: YES
user_id=192186
My fault, I didn't face where ever is tbl_properties.inc.php3
included, now hopefully really fixed in cvs ;-).
Logged In: YES
user_id=210714
Ok now it works in editing a row and creating a new table.
How could we document this? In Documentation.html? Directly
on the pages where this is enabled?
Logged In: YES
user_id=192186
Don't know, thats reason why didn't write anywhere:
- Few users read documentation.
- I don't like adding help into page, later there could be plenty
of such things...
- Adding on pages where enabled doesn't make sense to me,
because I want to add it everywhere where possible (now it
also works when editing/inserting row).
Okay I will write few lines into documentation, it makes better
sense to me...
Logged In: YES
user_id=185131
thx :)
will u also add IDs to those input[type=checkbox] and input
[type=radio] ? so i can be move onto by Ctrl+Arrows.