зеркало из https://github.com/mozilla/gecko-dev.git
Fix stuck tabbing through imagemaps (bug 124789) by tracking the focused frame separately from the focused content node in this case. r=jkeiser, sr=bzbarsky.
This commit is contained in:
Родитель
87762f8831
Коммит
edb3b94597
|
@ -90,6 +90,8 @@ public:
|
|||
NS_IMETHOD GetFocusedContent(nsIContent **aContent) = 0;
|
||||
NS_IMETHOD SetFocusedContent(nsIContent* aContent) = 0;
|
||||
|
||||
NS_IMETHOD GetFocusedFrame(nsIFrame **aFrame) = 0;
|
||||
|
||||
NS_IMETHOD ContentRemoved(nsIContent* aContent) = 0;
|
||||
NS_IMETHOD EventStatusOK(nsGUIEvent* aEvent, PRBool *aOK) = 0;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче