This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 246205 - Netbeans Connector for Chrome and AJAX File Upload
Summary: Netbeans Connector for Chrome and AJAX File Upload
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: Inspection (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-02 14:37 UTC by gaetane
Modified: 2016-02-10 14:25 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gaetane 2014-08-02 14:37:18 UTC
Thank you for the wonderful product - the IDE and the Chrome plugin. Wonderful and indispensable! But (there's always a but)...

I am developing an AJAX based file uploader. As I was developing it, I had Chrome open with the Netbeans Connector running. For about two hours I could not work out why my script would upload a max four files and then bizarrely refresh after the AJAX success, or just refresh with no response at all.

Now that I've worked out why, it's obvious... Go ahead. You can laugh. I understand.

So my suggested enhancement to the Netbeans Connector plugin for Chrome would be to detect (if possible) that the change to the file structure is due to an AJAX upload and/or alert the poor, forgetful developer that their page is about refresh by the Netbeans Connector with outstanding AJAX responses.

I imagine this would be a helpful process for any AJAX based requests that adjust the file structure of the project.

Thanks!