12-11-2012 03:48 PM
ok, installed now Gold SDK, but problem is still here (have created new project and copied the cpp/h/qml files).
Also there's a problem more, as I am not able to scroll anymore:
ScrollView {
id: scrollView
horizontalAlignment: HorizontalAlignment.Fill
verticalAlignment: VerticalAlignment.Fill
scrollViewProperties {
scrollMode: ScrollMode.Vertical
pinchToZoomEnabled: true
}
WebView {
id: webView
}
}I can move the WebView area, but it comes back to the start every time...
12-11-2012 07:59 PM
ughhh... can someone explain to me how the gold SDK could be released with a showstopper bug?
12-11-2012 08:09 PM
12-11-2012 08:49 PM
peter9477 wrote:
Has anyone filed a ticket for this yet? Now that we've confirmed it's unchanged on Gold is a good time to do that.
Not exactly, but very much related:
https://www.blackberry.com/jira/browse/BBTEN-480
12-11-2012 09:04 PM
Innovatology, unfortunately it's not public. "Permission Violation" Could you please add a comment to your ticket asking that it be made public?
Also everyone reading this who has an account in Jira and hasn't yet done so, please read this post and follow the instructions therein: http://devblog.blackberry.com/2012/03/issue-tracke
This will ensure that new tickets you create will be public instead of private; they're private for anyone who hasn't done that yet even if you never checked the "This ticket contains confidential data" checkbox when you submitted it.
Also, if you've ever filed tickets before doing this, and they should be public, please add comments to each one now requesting that they be marked public. Don't do that to any that actually contain confidential/private data or which likely relate to security problems...
If you don't do this, only RIM employees will ever be able to see your tickets, so nobody can vote on them, nobody else can learn from them, and the rest of us might be wasting our time filing duplicates.
Thank you!
12-14-2012 11:59 AM
Just want to say that I was testing one of my apps on the Gold SDK last night, and ran into this very problem. The app has one page containing a WebView. If I never open that page, it shuts down fine. If I do open that page, no matter how that page is used/closed/deleted/etc, the app will completely freeze on shutdown.
What's interesting is that I observed all this with the simulator. I even tried doing this with the debugger attached, but all that told me is that the app is indefinitely waiting for some thread to join. (But lacking any and all debugging symbols for the system libraries, I couldn't tell you what thread was causing this. I suspect its something dealing with the WebView's backend, but that isn't cleaned up when the WebView object itself is deleted.)
However, later last night, I went and re-ran this same code on my Dev Alpha. On that device, it worked fine, and even shutdown cleanly! So for me, it looks like a sim-only issue.
01-09-2013 01:58 AM - edited 01-09-2013 01:25 PM
Yep, running into this issue on the simulator as well with the Gold release. On a side note - is multi-touch available in the simulator using the mouse?
Seems fixed: https://www.blackberry.com/jira/browse/BBTEN-612
Waitin'...
01-11-2013 07:16 AM
01-11-2013 01:06 PM - edited 01-11-2013 01:18 PM
Yeah now we get this fantastic error about how the app we are about to debug is built for a previous SDK version and would we like to continue, there's a checkbox though to hide it forever
Thanks for the update!
03-14-2013 10:20 AM
I'm having this issue but I noticed it happens when I close the app while a javascript alert is displayed.
I'm pasting some code so anyone can make tests and confirm.
It's a WebView with an html with a button that displays an alert.
WebView {
html: "<script language=\"javascript\">" + "function test(){alert(\"Now close the app without dismissing me...\");}</script>
<input type=\"button\" style=\"height: 200px; width: 400px\" onclick=\"test();\" value=\"ALART (sic))\"/>"
} //webview
What should I do? Start a new thread? File a bug? Or is there a proper way to handle it?
Regards,
Pepe