Workaround fix for bug #117141 (Composer crashes when loading pages with an HTML Select element [@FrameManager::GetPrimaryFrameFor])

Removed seemingly unnecessary selection UI Style rule for -moz-dropdown-list,
to workaround the crash that happens during the restyling of the HTML Select
element when the EditorOverride.css style sheet is loaded.

r=brade@netscape.com  sr=sfraser@netscape.com
This commit is contained in:
kin%netscape.com 2002-01-28 15:06:44 +00:00
Родитель 8331cc7c5e
Коммит 361c8d6764
2 изменённых файлов: 0 добавлений и 8 удалений

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

@ -86,10 +86,6 @@ label {
-moz-user-select: text !important;
}
:-moz-dropdown-list {
-moz-user-select: text !important;
}
option {
-moz-user-select: text !important;
}

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

@ -86,10 +86,6 @@ label {
-moz-user-select: text !important;
}
:-moz-dropdown-list {
-moz-user-select: text !important;
}
option {
-moz-user-select: text !important;
}