Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
b04cc8d2
Commit
b04cc8d2
authored
Jul 01, 2016
by
Jacek Caban
Committed by
Alexandre Julliard
Jul 03, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Added FIXME for drag and dragstart events.
Signed-off-by:
Jacek Caban
<
jacek@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
7e86918a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
htmlevent.c
dlls/mshtml/htmlevent.c
+2
-2
No files found.
dlls/mshtml/htmlevent.c
View file @
b04cc8d2
...
@@ -196,9 +196,9 @@ static const event_info_t event_info[] = {
...
@@ -196,9 +196,9 @@ static const event_info_t event_info[] = {
{
dblclickW
,
ondblclickW
,
EVENTT_MOUSE
,
DISPID_EVMETH_ONDBLCLICK
,
{
dblclickW
,
ondblclickW
,
EVENTT_MOUSE
,
DISPID_EVMETH_ONDBLCLICK
,
EVENT_DEFAULTLISTENER
|
EVENT_BUBBLE
|
EVENT_CANCELABLE
},
EVENT_DEFAULTLISTENER
|
EVENT_BUBBLE
|
EVENT_CANCELABLE
},
{
dragW
,
ondragW
,
EVENTT_MOUSE
,
DISPID_EVMETH_ONDRAG
,
{
dragW
,
ondragW
,
EVENTT_MOUSE
,
DISPID_EVMETH_ONDRAG
,
EVENT_CANCELABLE
},
EVENT_
FIXME
|
EVENT_
CANCELABLE
},
{
dragstartW
,
ondragstartW
,
EVENTT_MOUSE
,
DISPID_EVMETH_ONDRAGSTART
,
{
dragstartW
,
ondragstartW
,
EVENTT_MOUSE
,
DISPID_EVMETH_ONDRAGSTART
,
EVENT_CANCELABLE
},
EVENT_
FIXME
|
EVENT_
CANCELABLE
},
{
errorW
,
onerrorW
,
EVENTT_NONE
,
DISPID_EVMETH_ONERROR
,
{
errorW
,
onerrorW
,
EVENTT_NONE
,
DISPID_EVMETH_ONERROR
,
EVENT_BIND_TO_BODY
},
EVENT_BIND_TO_BODY
},
{
focusW
,
onfocusW
,
EVENTT_HTML
,
DISPID_EVMETH_ONFOCUS
,
{
focusW
,
onfocusW
,
EVENTT_HTML
,
DISPID_EVMETH_ONFOCUS
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment