Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for using GET requests and fixed blank error dialogs #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kendallb
Copy link

@kendallb kendallb commented Oct 2, 2014

Added support for using GET requests to get node data so that the results can be cached in the browser. There is no need for a POST if the json property is not set, and if the developer knows their tree data is safe they can enable JSON get support. More importantly this will also work if you the dataUrl points to an HTML block (so Google can index it) and it can be cached aggressively browser side.

I also modified the error handler to not display an error message if the error response text is empty. This is a workaround for issues in Firefox where Firefox will cancel any pending AJAX requests when a user browsers away from a page, so if the AJAX request for the EasyTree data is still executing when they click (I click very fast as time! lol) then you get an empty error dialog that pops up.

…ults can be cached in the browser. There is no need for a POST if the json property is not set, and if the developer knows their tree data is safe they can enable JSON get support. More importantly this will also work if you the dataUrl points to an HTML block (so Google can index it) and it can be cached aggressively browser side.

I also modified the error handler to not display an error message if the error response text is empty. This is a workaround for issues in Firefox where Firefox will cancel any pending AJAX requests when a user browsers away from a page, so if the AJAX request for the EasyTree data is still executing when they click (I click very fast as time! lol) then you get an empty error dialog that pops up.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant