Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0004260Openbravo ERPB. User interfacepublic2008-07-02 11:002008-12-04 11:59
plujan 
gorka_gil 
lowminorhave not tried
closedfixed 
10XPsp2
2.40beta 
 
Core
No
0004260: On attachments, "Browse..." button do not get focus navigating with Tab key
On any window, I click on Attachment button and Add a new attachment. If navigating only with the Tab key I can never get Browse button focused. See attach.
No tags attached.
related to defect 0004259 closed gorka_gil After selecting a file, focus disappear from window 
blocks defect 0004258 closed gorka_gil On Initial Client Setup, after focusing the "Browse..." button I have to hit Tab key twice to get next button 
jpg r240beta_BUG_AttachBrowseNoFocus.JPG (20,415) 2008-07-02 11:00
https://issues.openbravo.com/file_download.php?file_id=140&type=bug
jpg
Issue History
2008-07-02 11:00plujanNew Issue
2008-07-02 11:00plujanAssigned To => cromero
2008-07-02 11:00plujansf_bug_id0 => 2008599
2008-07-02 11:00plujanFile Added: r240beta_BUG_AttachBrowseNoFocus.JPG
2008-07-04 09:06cromeroRelationship addedblocks 0004258
2008-07-04 09:08cromeroRelationship addedrelated to 0004259
2008-07-04 09:08cromeroStatusnew => scheduled
2008-07-04 09:08cromeroAssigned Tocromero => gorka_gil
2008-07-04 09:08cromerofix_in_branch => trunk
2008-07-07 23:32dbazNote Added: 0008204
2008-07-22 18:06svnbotCheckin
2008-07-22 18:06svnbotNote Added: 0008376
2008-07-22 18:06svnbotStatusscheduled => resolved
2008-07-22 18:06svnbotResolutionopen => fixed
2008-07-22 18:06svnbotsvn_revision => 5964
2008-12-04 11:59krishnaRegression testing => No
2008-12-04 11:59krishnaStatusresolved => closed

Notes
(0008204)
dbaz   
2008-07-07 23:32   
You should create two dummy input files, one before and another one after the input type file. You have an example in ad_forms/FileImport.html



<input type="text" style="font-size: 0pt; margin: 0; padding: 0; border:0; width:0px; height:0px;" onfocus="isInputFile=true;" onblur="isInputFile=false;"></input>

<INPUT type="file" class="dojoValidateValid TextBox_TwoCells_width required" name="inpFile"></INPUT>

<input type="text" style="font-size: 0pt; margin: 0; padding: 0; border:0; width:0px; height:0px;" onfocus="isInputFile=true;" onblur="isInputFile=false;"></input>
(0008376)
svnbot   
2008-07-22 18:06   
Repository: openbravo
Revision: 5964
Author: gorka_gil
Date: 2008-07-22 18:06:05 +0200 (Tue, 22 Jul 2008)

fixed bug 4260 Now on attachments, "Browse..." button can get focus navigating with Tab key

---
U trunk/src/org/openbravo/erpCommon/businessUtility/TabAttachments_Edition.html
---

https://dev.openbravo.com/websvn/openbravo/?rev=5964&sc=1 [^]