зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
eafd961a01
Коммит
772ad9c920
|
@ -29,7 +29,7 @@
|
|||
|
||||
/* Primary cursor is text I-beam */
|
||||
|
||||
*:scrolled-content, a:link {
|
||||
:canvas, a:link {
|
||||
cursor: text;
|
||||
}
|
||||
|
||||
|
@ -40,7 +40,7 @@
|
|||
|
||||
img, img[usemap], area,
|
||||
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[name]:empty {
|
||||
cursor: default;
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
/* Primary cursor is text I-beam */
|
||||
|
||||
*:scrolled-content, a:link {
|
||||
:canvas, a:link {
|
||||
cursor: text;
|
||||
}
|
||||
|
||||
|
@ -40,7 +40,7 @@
|
|||
|
||||
img, img[usemap], area,
|
||||
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[name]:empty {
|
||||
cursor: default;
|
||||
|
|
Загрузка…
Ссылка в новой задаче