mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-10 13:54:27 +00:00
Fix for bug 36939. Autocomplete widget doesn't use anymore its own tag but instead, it's now a textfield with the attribute "autocomplete" set to true.
This commit is contained in:
parent
17d001cafb
commit
d25ee9357e
@ -161,10 +161,6 @@ menubutton {
|
||||
behavior: url("resource:/chrome/xulBindings.xml#menubutton");
|
||||
}
|
||||
|
||||
autocomplete {
|
||||
behavior: url("resource:/chrome/autocomplete.xml#autocomplete");
|
||||
}
|
||||
|
||||
/******** Titled buttons **********/
|
||||
|
||||
/******** Tree widget **********/
|
||||
@ -301,6 +297,10 @@ text[editable="true"][mode="edit"] {
|
||||
behavior: url(resource:/chrome/xulBindings.xml#text-editable-edit);
|
||||
}
|
||||
|
||||
textfield[autocomplete="true"] {
|
||||
behavior: url(resource:/chrome/autocomplete.xml#autocomplete);
|
||||
}
|
||||
|
||||
colorpicker {
|
||||
behavior: url(resource:/chrome/xulBindings.xml#colorpicker);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user