DevMode shouldn't show launch button until ready
Open
@dankurka is already working on this.
Since Jun 10, 2015.
Category-DevMode
- Dominant language
- Java
- Stars
- 1.6k
- Forks
- 397
- Avg merge
- 4d 23h
- Merged PRs (30d)
- 7
Description
Originally reported on Google Code with ID 8947
To reproduce, using the Hello sample app
1. Remove any gwt-codeserver directories in $TMPDIR to force a cold start
2. Run "ant devmode" to launch Devmode (-superDevMode is now the default)
3. as soon as the UI appears, press the "Launch Default Browser" button
An alert box appears that says:
"Could not load application from super dev mode. Make sure your super dev mode server
is running and hit reload."
To avoid this, we shouldn't show the "Launch Default Browser" button until the code
server has finished starting.
Reported by skybrian@google.com on 2014-10-11 00:10:42
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.