#9047 closed defect (fixed)
Plugin doesn't work with Chrome 12.0.742.122 (Mac OS X 10.6.8)
Reported by: | Jan Beilicke | Owned by: | Jun Omae |
---|---|---|---|
Priority: | normal | Component: | TracDragDropPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
Drag & Drop is working with Firefox but not with the current Chrome release. The note "Enabled drag-and-drop attachments" is not displayed.
Attachments (0)
Change History (4)
comment:1 follow-up: 2 Changed 13 years ago by
comment:2 Changed 13 years ago by
Replying to flow.yu@gmail.com:
Is it because that Chrome do not support XMLHTTLRequest.sendAsBinary method, so trac drag and drop can't initialize ?
Did not check the code of the plugin yet, but there is an issue including a possible solution for Chromium that deals with it: http://code.google.com/p/chromium/issues/detail?id=35705
comment:3 Changed 13 years ago by
Plugin doesn't work with Chrome 18(Mac OS X 10.7.3). I don't think GoogleGear is supported since Chrome 12.
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Sorry for my late response. The issue has been fixed in [11505]. I've confirmed with Chrome 12, 18 and 19. Please try latest.
Is it because that Chrome do not support XMLHTTLRequest.sendAsBinary method, so trac drag and drop can't initialize ?