Fix for bug 136408 (Crash editing pages with text widgets)

Use :canvas as selector to avoid triggering layout crash bug 123049.
Added isindex and textarea to list of items to use default cursor.

r=jfrancis@netscape.com  sr=sfraser@netscape.com
adt=syd@netscape.com  a=rjesup@wgate.com
This commit is contained in:
kin%netscape.com 2002-04-10 22:01:02 +00:00
Родитель eafd961a01
Коммит 772ad9c920
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -29,7 +29,7 @@
/* Primary cursor is text I-beam */ /* Primary cursor is text I-beam */
*:scrolled-content, a:link { :canvas, a:link {
cursor: text; cursor: text;
} }
@ -40,7 +40,7 @@
img, img[usemap], area, img, img[usemap], area,
object, object[usemap], object, object[usemap],
applet, hr, button, input, select, applet, hr, button, input, isindex, textarea, select,
a:link img, a:visited img, a:active img, a:link img, a:visited img, a:active img,
a[name]:empty { a[name]:empty {
cursor: default; cursor: default;

Просмотреть файл

@ -29,7 +29,7 @@
/* Primary cursor is text I-beam */ /* Primary cursor is text I-beam */
*:scrolled-content, a:link { :canvas, a:link {
cursor: text; cursor: text;
} }
@ -40,7 +40,7 @@
img, img[usemap], area, img, img[usemap], area,
object, object[usemap], object, object[usemap],
applet, hr, button, input, select, applet, hr, button, input, isindex, textarea, select,
a:link img, a:visited img, a:active img, a:link img, a:visited img, a:active img,
a[name]:empty { a[name]:empty {
cursor: default; cursor: default;