Watch, Follow, &
Connect with Us
Public Report
Report From: Delphi for PHP/Library    [ Add a report in this area ]  
Report #:  103824   Status: Closed
Tab key without function
Project:  HTML5 Builder Build #:  1
Version:    3.0 Submitted By:   ICT Computer Vertrieb EDV Service
Report Type:  Basic functionality failure Date Reported:  3/1/2012 3:15:32 AM
Severity:    Serious / Highly visible problem Last Updated: 7/4/2012 12:52:07 AM
Platform:    All platforms Internal Tracking #:  
Resolution: Duplicate  Resolved in Build: : None
Duplicate of:  95225
Voting and Rating
Overall Rating: No Ratings Yet
0.00 out of 5
Total Votes: None
Description
Hello,
if i push a DBGrid (or a BitBtn) and several edits on my form then is the Tab key without any function.

The vertical Scrollbar ist hidden too!

If i remove the DBGrid (or BitBtn) from the form then the Tab key works and the vertival Scrollbar is visible again.

Please help!

Thank,
J.Taszies
Steps to Reproduce:
None
Workarounds
None
Attachment
None
Comments

Tomohiro Takahashi at 3/1/2012 7:15:34 AM -
> Version: 3.0
> Build No: 1
What product do you use, for example RadPHP XE Update 1 etc...?

> Tab key without function
DBGrid is based on legacy 'qooxdoo' library which is open source. It prevent from using Tab key navigation.
Please see QC#95225 for more detail.

> The vertical Scrollbar ist hidden too!
If you use any qooxdoo based component(e.g., BitBtn etc...) which is in 'Addtional' category, scrollbar of Web browser is not rendered, because the components are based on legacy qooxdoo library.
Please see this KB article.
http://support.embarcadero.com/article/36520

But, new components in new categories 'Standard - qooxdoo', 'Addtional - qooxdoo', 'Advanced - qooxdoo' are based on new qooxdoo Version 1.1. You can see vertical scrollbar when using the components.
So, please use QButton and QDBGrid instead of BitBtn, DBGrid.

Thanks.

Server Response from: ETNACODE01