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:
Родитель
8331cc7c5e
Коммит
361c8d6764
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче