osx
1. open a connection to MS SQL Server
2. expand a db in the node
3. expand the tables node
4. right click on a table and select Alter
5. the GUI for visual editing > Alter lists the columns and their datatypes in a grid, but the grid headers are not at the top of the grid.
|
141 KB
|
65 KB
|
151 KB
|
137 KB
|
87 KB
|
78 KB
This bug is caused by Emilians fix :
if (AQSystemUtils.isOSX()) {
//avoid AquaTableHeaderBorder
UIManager.getDefaults().put("TableHeader.cellBorder", AquaTableHeaderBorderWrapper.wrap( UIManager.getDefaults().getBorder("TableHeader.cellBorder")) );
}
AquaTableHeaderBorderWrapper is now in aqua-external. If I comment this out, then the bug does not occur.
This bug is caused by Emilians fix :
if (AQSystemUtils.isOSX()) {
//avoid AquaTableHeaderBorder
UIManager.getDefaults().put("TableHeader.cellBorder", AquaTableHeaderBorderWrapper.wrap( UIManager.getDefaults().getBorder("TableHeader.cellBorder")) );
}
AquaTableHeaderBorderWrapper is now in aqua-external. If I comment this out, then the bug does not occur.
Verified in ADS 18 Devi 120. All column headers are displayed with gray background.(see screenshot : screenshot_2016-4-25.png)
Verified in ADS 18 Devi 120. All column headers are displayed with gray background.(see screenshot : screenshot_2016-4-25.png)
All column headers are displayed.
Verified closed in ADS 18.0.0-rc-16
Please refer attached screenshot (Verified)
All column headers are displayed.
Verified closed in ADS 18.0.0-rc-16
Please refer attached screenshot (Verified)
Issue #12321 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build ADS 18.0.0-devi-110 |
No time estimate |
2 issue links |
is required by #11949
Issue #11949Alter User - Object Permissions, general tab row numbers are garbled |
is required by #11917
Issue #11917IBM DB2 UDB 10.5 Security -> Create Groups, Roles and Users Database Access Tab |
noticeable in OSX