Shikhar13 / codenameone

Automatically exported from code.google.com/p/codenameone
0 stars 0 forks source link

StackOverflowError at com.codename1.ui.Form.longPointerPress(Form.java:1605) #230

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Long Pointer Press in map added with GUI Designer

What is the expected output? What do you see instead?
I expect that nothing happens when i do a long pointer press on the 
mapcomponent but instead there is a StackOverflowError in Form.java

What version of the product are you using? On what operating system?
latest cn1, windows 7

Please provide any additional information below.
this is the error message:
java.lang.StackOverflowError
    at com.codename1.ui.Component.contains(Component.java:1493)
    at com.codename1.ui.Form.longPointerPress(Form.java:1605)
    at com.codename1.ui.Form.longPointerPress(Form.java:1607)
followed by 
    at com.codename1.ui.Form.longPointerPress(Form.java:1607) 
for like 1000 times  

Original issue reported on code.google.com by tron.cos...@gmail.com on 26 Jun 2012 at 4:03

GoogleCodeExporter commented 9 years ago
Assigning to Chen

Original comment by shai.almog on 27 Jun 2012 at 12:49

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
this error only appears if i do the following:

add a new gui element
layout -> layeredlayout
add map
LeadComponent -> MapComponent

Original comment by tron.cos...@gmail.com on 27 Jun 2012 at 1:46

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
it seems to be a bug in the leadComponent no the map, assigning to Shai.

Original comment by cf27...@gmail.com on 28 Jun 2012 at 9:31