smas1 / geoext-viewer

Automatically exported from code.google.com/p/geoext-viewer
GNU General Public License v3.0
0 stars 0 forks source link

IE8 - OLEditor - drawing inside regular polygon ignores the irregular status #401

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This issue only occurs in IE8, in a very rare scenario when working on issue 
382 and split out from that issue.

reproducing the problem:
- start the editorbasic example
- select the regular polygon
- draw a triangle 
- change the irregular checkbox
- draw a triangle with the starting point INSIDE of the first triangle
=> result in IE8: the irregular status of the second triangle is not changed
- if you draw the second triangle with a starting point OUTSIDE of the first 
triangle, everything is ok
In FF31 this error doesn't appear...

Original issue reported on code.google.com by jus...@gmail.com on 15 Aug 2014 at 1:19