| Summary: | java.lang.NumberFormatException in DropTargetOperationHandler.createDropData on Internet Explorer when zoomed | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Hannes Erven <hannes> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 3.1 | ||
| Target Milestone: | 3.1 M3 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Hannes Erven
Fixed with change https://git.eclipse.org/r/#/c/55616/ Tested with nightly build from 2015-09-22 - NOT fixed. I was able to trace the JavaScript event handling to the function "_sendDropAccept" which still sends float values as coordinates. https://github.com/eclipse/rap/blob/master/bundles/org.eclipse.rap.rwt/js/rwt/widgets/DropTarget.js Thank you! (In reply to comment #2) > Tested with nightly build from 2015-09-22 - NOT fixed. > > I was able to trace the JavaScript event handling to the function > "_sendDropAccept" which still sends float values as coordinates. > > https://github.com/eclipse/rap/blob/master/bundles/org.eclipse.rap.rwt/js/rwt/widgets/DropTarget.js > > > Thank you! Fixed with change https://git.eclipse.org/r/#/c/56922/ |