This is not a bug. There are 2 submit buttons, and the first
one (go) is activated on Enter.
Moved to support.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2005-09-28
Logged In: YES
user_id=524021
For me is a bug. Very very lowest but a bug. User wants
activate the _main_ form with enter, the "Save" button. "Go"
is a useful action but optional. In older version "Go" did
not exists. "Save" is the main form.
(sorry, but I always type enter and always add new unwanted
filed...)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
let's say the user asked to create a table for 2 fields.
He enters the field name, the size and hits ENTER. What
should happen? IMO, it should skip to the next line for
entering info for the second field, and not execute a Save.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
decide what todo by checking the input field of 'number of
fields to add' - like in sql query box - check for
bookmarking if bookmarklabel is given - and not with a
second button
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i came up to that one button is not the best choice,
possible we should just move the 'add field' into a new form
out of and below the 'create table' form ...
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
This is not a bug. There are 2 submit buttons, and the first
one (go) is activated on Enter.
Moved to support.
Logged In: YES
user_id=524021
For me is a bug. Very very lowest but a bug. User wants
activate the _main_ form with enter, the "Save" button. "Go"
is a useful action but optional. In older version "Go" did
not exists. "Save" is the main form.
(sorry, but I always type enter and always add new unwanted
filed...)
Logged In: YES
user_id=192186
Marc this looks as weird behaviour to me, enter should
create table and not add fields.
Logged In: YES
user_id=210714
moved to bugs
Logged In: YES
user_id=210714
Michal,
let's say the user asked to create a table for 2 fields.
He enters the field name, the size and hits ENTER. What
should happen? IMO, it should skip to the next line for
entering info for the second field, and not execute a Save.
Logged In: YES
user_id=192186
IMHO default action shold be to save and number of fields
should be increased only when clicking on button for that.
Logged In: YES
user_id=210714
So we should put the Save button higher than the Go button
on the page?
Logged In: YES
user_id=192186
Is it only (non javascript) solution to get this behaviour?
Logged In: YES
user_id=210714
I see no other non-js way to do it.
Logged In: YES
user_id=192186
I don't see also.
Hmm, in fact we have same behaviour at least also on index
creation. It's hard to tell what is better.
Logged In: YES
user_id=326580
one button,
decide what todo by checking the input field of 'number of
fields to add' - like in sql query box - check for
bookmarking if bookmarklabel is given - and not with a
second button
Logged In: YES
user_id=210714
Sebastian, it should work the way you describe,
but...
now we have to find what to write on the button! I guess
"Save" would not be clear.
Logged In: YES
user_id=326580
what about 'Add fields' and 'Create Table'/'Change/Alter
Table' ?
Logged In: YES
user_id=326580
... er ... forget the last post ...
Logged In: YES
user_id=326580
i came up to that one button is not the best choice,
possible we should just move the 'add field' into a new form
out of and below the 'create table' form ...
Logged In: YES
user_id=210714
I don't think it can be on another form because we don't
want to lose the field definitions already entered.
So, let's just move the Save button over the other button.