PGV 3.0 Beta 4 No modifications of any kind. Using MySQL.
After I enter the gedcom path and file name I can press tab and it goes to the title field as expected. Pressing tab again does not take me to the Add button rather that is 20 Tabs away.
Can this be fixed please it really makes me annoyed. J/K
John
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2004-03-15
Hey John,
I will check it out tonight.
Regards,
Roland
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
seems that
<input type="submit" value="Add" onclick="closeHelp();" /> should be changed to
<input type="submit" value="Add" onclick="closeHelp();" tabindex="3" />
should fix it.
I have no access to CVS now so I can't change it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I made the requested change at the end of uploadgedcom.php.
It is gratifying to see that others of you developers are a little bewildered at times too. Maybe once we all get our heads into the code in a few months development will proceed more smoothly and take a little burden from John F. Sorry I couldn't be at the meeting Friday. I was out like a mountain goat surveying a hillside school site northwest of Phoenix.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
the only other tabindex on the page are 1 and 2 so in this case 3 is correct. IE and mozilla have different ways of dealing with items that have no tabindex set. IE goes to the top of the page after it runs through the list, while mozilla continues where it was. Neither is correct or incorrect
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
PGV 3.0 Beta 4 No modifications of any kind. Using MySQL.
After I enter the gedcom path and file name I can press tab and it goes to the title field as expected. Pressing tab again does not take me to the Add button rather that is 20 Tabs away.
Can this be fixed please it really makes me annoyed. J/K
John
Hey John,
I will check it out tonight.
Regards,
Roland
seems that
<input type="submit" value="Add" onclick="closeHelp();" /> should be changed to
<input type="submit" value="Add" onclick="closeHelp();" tabindex="3" />
should fix it.
I have no access to CVS now so I can't change it.
I made the requested change at the end of uploadgedcom.php.
It is gratifying to see that others of you developers are a little bewildered at times too. Maybe once we all get our heads into the code in a few months development will proceed more smoothly and take a little burden from John F. Sorry I couldn't be at the meeting Friday. I was out like a mountain goat surveying a hillside school site northwest of Phoenix.
By the way, my Mozilla browser tabs correctly without the taborder="3". I hope 3 is the correct taborder needed.
the only other tabindex on the page are 1 and 2 so in this case 3 is correct. IE and mozilla have different ways of dealing with items that have no tabindex set. IE goes to the top of the page after it runs through the list, while mozilla continues where it was. Neither is correct or incorrect
Thanks Roland.
I too am going to try and figure this out. Although I have no idea where to begin, but why not hack away. I expect to have the fix by PGV 5.2 ;D
John
Confirmed corrected.
Thanks, I can get some sleep tonight.
John