Skip to content

Commit f8d1431

Browse files
author
jossonsmith
committed
Revert bug fixing of Firefox hidden cursor on Text widget.
1. Leave this bug to Firefox 2.1+ 2. Or make a complicate hack so that scrollbar of Text widget is shown correctly
1 parent ac31532 commit f8d1431

File tree

1 file changed

+0
-2
lines changed
  • sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/widgets

1 file changed

+0
-2
lines changed

sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/widgets/Text.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
font-family:Tahoma, Arial, sans-serif;
99
font-size:8pt;
1010
/*white-space:nowrap;*/
11-
overflow-y:auto;
12-
overflow-x:hidden;
1311
}
1412
.text-default textarea {
1513
border-style:none;

0 commit comments

Comments
 (0)