mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 17:16:12 +00:00
8dc3ad3076
Bug 201996 (caret blinking in field, but can't type) Bug 200735 (window is raised when opening link in a new tab) Bug 203117 (unable to scroll view source window with keyboard) Bug 194104 (focus is in last tab when opening new window with tabgroup) Summary of the changes: - Don't require a frame to be present for focus events. This allows events like activate and deactivate to correctly update the focus controller even if the document hasn't been reflowed. - General cleanup and adding of comments in nsEventStateManager::PreHandleEvent. We now also reuse the event struct when firing focus/blur events to the content, document, and window. - In nsHTMLElement::SetFocus() and Select(), make sure to set the focused window as well as the focused element, if the focus controller is inactive. - Fixed handling of certain conditions in PresShell::CheckForFocus() where the results would be different depending on whether the parent or child document unsuppressed painting first. - General cleanup in PresShell::HandleEvent() and HandleEventInternal(). r=jkeiser, sr=jst, a=sspitzer.
144 lines
5.6 KiB
C++
144 lines
5.6 KiB
C++
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
|
/* ***** BEGIN LICENSE BLOCK *****
|
|
* Version: NPL 1.1/GPL 2.0/LGPL 2.1
|
|
*
|
|
* The contents of this file are subject to the Netscape Public License
|
|
* Version 1.1 (the "License"); you may not use this file except in
|
|
* compliance with the License. You may obtain a copy of the License at
|
|
* http://www.mozilla.org/NPL/
|
|
*
|
|
* Software distributed under the License is distributed on an "AS IS" basis,
|
|
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
* for the specific language governing rights and limitations under the
|
|
* License.
|
|
*
|
|
* The Original Code is mozilla.org code.
|
|
*
|
|
* The Initial Developer of the Original Code is
|
|
* Netscape Communications Corporation.
|
|
* Portions created by the Initial Developer are Copyright (C) 1998
|
|
* the Initial Developer. All Rights Reserved.
|
|
*
|
|
* Contributor(s):
|
|
*
|
|
*
|
|
* Alternatively, the contents of this file may be used under the terms of
|
|
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
|
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
|
* in which case the provisions of the GPL or the LGPL are applicable instead
|
|
* of those above. If you wish to allow use of your version of this file only
|
|
* under the terms of either the GPL or the LGPL, and not to allow others to
|
|
* use your version of this file under the terms of the NPL, indicate your
|
|
* decision by deleting the provisions above and replace them with the notice
|
|
* and other provisions required by the GPL or the LGPL. If you do not delete
|
|
* the provisions above, a recipient may use your version of this file under
|
|
* the terms of any one of the NPL, the GPL or the LGPL.
|
|
*
|
|
* ***** END LICENSE BLOCK ***** */
|
|
|
|
#ifndef nsIEventStateManager_h__
|
|
#define nsIEventStateManager_h__
|
|
|
|
#include "nsEvent.h"
|
|
#include "nsISupports.h"
|
|
#include "nsVoidArray.h"
|
|
|
|
class nsIContent;
|
|
class nsIPresContext;
|
|
class nsIDOMEvent;
|
|
class nsIFrame;
|
|
class nsIView;
|
|
class nsIWidget;
|
|
|
|
/*
|
|
* Event listener manager interface.
|
|
*/
|
|
#define NS_IEVENTSTATEMANAGER_IID \
|
|
{ /* 80a98c80-2036-11d2-bd89-00805f8ae3f4 */ \
|
|
0x80a98c80, 0x2036, 0x11d2, \
|
|
{0xbd, 0x89, 0x00, 0x80, 0x5f, 0x8a, 0xe3, 0xf4} }
|
|
|
|
#define NS_EVENT_NEEDS_FRAME(event) (!NS_IS_FOCUS_EVENT(event))
|
|
|
|
class nsIEventStateManager : public nsISupports {
|
|
|
|
public:
|
|
NS_DEFINE_STATIC_IID_ACCESSOR(NS_IEVENTSTATEMANAGER_IID)
|
|
|
|
NS_IMETHOD Init() = 0;
|
|
|
|
NS_IMETHOD PreHandleEvent(nsIPresContext* aPresContext,
|
|
nsEvent *aEvent,
|
|
nsIFrame* aTargetFrame,
|
|
nsEventStatus* aStatus,
|
|
nsIView* aView) = 0;
|
|
|
|
NS_IMETHOD PostHandleEvent(nsIPresContext* aPresContext,
|
|
nsEvent *aEvent,
|
|
nsIFrame* aTargetFrame,
|
|
nsEventStatus* aStatus,
|
|
nsIView* aView) = 0;
|
|
|
|
NS_IMETHOD SetPresContext(nsIPresContext* aPresContext) = 0;
|
|
NS_IMETHOD ClearFrameRefs(nsIFrame* aFrame) = 0;
|
|
|
|
NS_IMETHOD GetEventTarget(nsIFrame **aFrame) = 0;
|
|
NS_IMETHOD GetEventTargetContent(nsEvent* aEvent, nsIContent** aContent) = 0;
|
|
NS_IMETHOD GetEventRelatedContent(nsIContent** aContent) = 0;
|
|
|
|
NS_IMETHOD GetContentState(nsIContent *aContent, PRInt32& aState) = 0;
|
|
NS_IMETHOD SetContentState(nsIContent *aContent, PRInt32 aState) = 0;
|
|
|
|
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;
|
|
|
|
// This is called when browse with caret changes on the fly
|
|
NS_IMETHOD GetBrowseWithCaret(PRBool *aBrowseWithCaret) = 0;
|
|
NS_IMETHOD ResetBrowseWithCaret(PRBool *aBrowseWithCaret) = 0;
|
|
|
|
// This is called after find text or when a cursor movement key is pressed
|
|
// If aCanFocusDoc == PR_TRUE, the current document will be focused if caret is not on a focusable element
|
|
NS_IMETHOD MoveFocusToCaret(PRBool aCanFocusDoc, PRBool *aIsSelectionWithFocus) = 0;
|
|
NS_IMETHOD MoveCaretToFocus() = 0;
|
|
|
|
// This is an experiment and may be temporary
|
|
NS_IMETHOD ConsumeFocusEvents(PRBool aDoConsume) = 0;
|
|
|
|
// Access Key Registration
|
|
NS_IMETHOD RegisterAccessKey(nsIContent* aContent, PRUint32 aKey) = 0;
|
|
NS_IMETHOD UnregisterAccessKey(nsIContent* aContent, PRUint32 aKey) = 0;
|
|
|
|
NS_IMETHOD SetCursor(PRInt32 aCursor, nsIWidget* aWidget, PRBool aLockCursor) = 0;
|
|
|
|
//Method for centralized distribution of new DOM events
|
|
NS_IMETHOD DispatchNewEvent(nsISupports* aTarget, nsIDOMEvent* aEvent, PRBool* aPreventDefault) = 0;
|
|
|
|
// Method for moving the focus forward/back.
|
|
NS_IMETHOD ShiftFocus(PRBool aDirection, nsIContent* aStart)=0;
|
|
|
|
};
|
|
|
|
#define NS_EVENT_STATE_UNSPECIFIED 0x0000
|
|
#define NS_EVENT_STATE_ACTIVE 0x0001 // mouse is down on content
|
|
#define NS_EVENT_STATE_FOCUS 0x0002 // content has focus
|
|
#define NS_EVENT_STATE_HOVER 0x0004 // mouse is hovering over content
|
|
#define NS_EVENT_STATE_DRAGOVER 0x0008 // drag is hovering over content
|
|
#define NS_EVENT_STATE_URLTARGET 0x0010 // content is URL's target (ref)
|
|
// The following states are used only for ContentStatesChanged
|
|
#define NS_EVENT_STATE_CHECKED 0x0020
|
|
|
|
enum EFocusedWithType {
|
|
eEventFocusedByUnknown, // focus gained via unknown method
|
|
eEventFocusedByMouse, // focus gained via mouse
|
|
eEventFocusedByKey, // focus gained via key press (like tab)
|
|
eEventFocusedByContextMenu, // focus gained via context menu
|
|
eEventFocusedByApplication // focus gained via Application (like script)
|
|
};
|
|
|
|
#endif // nsIEventStateManager_h__
|