Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Live HTML non-functional after GET Request Console Errors when opening Live Development window #5329

Closed
taylorthurlow opened this issue Sep 24, 2013 · 4 comments
Assignees

Comments

@taylorthurlow
Copy link

I'm running Windows 7 with the latest Sprint 31, installed from the online-provided MSI. Everything works as intended, with the exception of live HTML viewing. The Brackets console gives me an error immediately after opening the live development window.

HTML always updates on save as is intentional, and CSS always updates as I type - but the new HTML updating feature, without looking at the console, seems absent.

Here's the recipe:

Version of Brackets:
1

  1. I've cleared the Brackets console before we start.

  2. Start with blank 'index.html' and blank project. Project settings are set correctly to the right folder.
    2

  3. Insert basic HTML template with no content.
    3

  4. Enable Live Development.
    4 1
    Gives us a blank window, as expected.
    4 2

  5. Insert content into body tags.
    5 1
    HTML does not update.
    5 2

  6. Save the current 'index.html' file and the preview updates as was normal in previous Brackets builds.
    6

  7. Insert invalid HTML in an effort to get Live Development to throw an error and complain about invalid HTML. Do not save the file. (The below screenshot doesn't contain invalid HTML as I realized after posting this, but I tried it without the space between the open tag and 'abc'. The HTML definitely becomes invalid but Brackets still doesn't complain.
    7
    The page stays the same, no HTML updating. Does not complain about any errors.
    6

  8. Save the file.
    8 1
    Content updates as is expected. No errors from the Live Development so far.
    8 2

  9. Check the Brackets console window.
    9
    The "recursive test" issues happen, but not always. The one that seems to pertain to the Live Development window is the GET request which seems to be having some issues.

@redmunds
Copy link
Contributor

@frizkie Thanks for logging bugs! Does this similar issue describe the bug you're seeing? If not, can you describe the kind of edits you're trying to make? It would also be helpful to see one of the (simplest) files you are trying to edit if you can post a link or a gist (or even paste here if small enough).

@ghost ghost assigned redmunds Sep 26, 2013
@taylorthurlow
Copy link
Author

@redmunds I've fixed up the issue with a good recipe. Sorry about not being verbose initially.

@redmunds
Copy link
Contributor

@taylorthurlow I can see the problem. Live HTML (and also Live Highlighting) are not supported for User Servers (e.g. localhost). I am going to close this issue. Let me know if you have any questions.

@taylorthurlow
Copy link
Author

@redmunds Interesting. Alright, thanks for the help!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants