Skip to content

Commit 8519a79

Browse files
committed
Fixed element to use base table
1 parent 302597a commit 8519a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user/src/com/google/gwt/user/client/ui/TreeItem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ void initializeClonableElements() {
8989
// Create the base table element that will be cloned.
9090
BASE_INTERNAL_ELEM = DOM.createTable();
9191
// aria role to indicate it is a plain layout table
92-
Roles.getPresentationRole().set(BASE_BARE_ELEM);
92+
Roles.getPresentationRole().set(BASE_INTERNAL_ELEM);
9393
Element contentElem = DOM.createDiv();
9494
Element tbody = DOM.createTBody(), tr = DOM.createTR();
9595
Element tdImg = DOM.createTD(), tdContent = DOM.createTD();

0 commit comments

Comments
 (0)