mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Fix shift+tab in mail compose (bug 240504). r=neil, sr=jst
This commit is contained in:
parent
f0a4f9efc5
commit
c40b54ea5d
@ -3147,7 +3147,7 @@ nsEventStateManager::ShiftFocusInternal(PRBool aForward, nsIContent* aStart)
|
||||
nsIContent *startContent = nsnull;
|
||||
|
||||
if (aStart) {
|
||||
presShell->GetPrimaryFrameFor(startContent, &curFocusFrame);
|
||||
presShell->GetPrimaryFrameFor(aStart, &curFocusFrame);
|
||||
|
||||
// If there is no frame, we can't navigate from this content node, and we
|
||||
// fall back to navigating from the document root.
|
||||
|
Loading…
Reference in New Issue
Block a user