[jbosstools-issues] [JBoss JIRA] (JBIDE-14897) livereload auto config is not as intuitive as it could be

Xavier Coulon (JIRA) jira-events at lists.jboss.org
Tue Jun 18 12:46:21 EDT 2013


    [ https://issues.jboss.org/browse/JBIDE-14897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12782615#comment-12782615 ] 

Xavier Coulon commented on JBIDE-14897:
---------------------------------------

Comment on the implemented proposal:

1 - User has no LiveReload server: prompt dialog to create and start a new one with ability to enable script injection (default: on) and remote connections (default: off). If user clicks on "OK" -> create and start LR and open the browser with http:// protocol. If user clicks 'Cancel': dialog closes and nothing happens.

2 - User has a LiveReload server *not* started: prompt dialog to say that the server will be started and show the current options in case the user wants to edit them. If "OK" -> configure and start the server, then open the location in the browser using the http:// protocol. If "Cancel": dialog closes and nothing happens. 

3 - User has a LiveReload server already started: no need to display a dialog, just open the browser using the http:// protocol. (and use whatever options the user selected).

Note: In case where the user wants to display the QRCode, script injection and remote connections should be enabled. If it is not the case, go to step 2 and checkbox on the dialog are both selected.
                
> livereload auto config is not as intuitive as it could be
> ---------------------------------------------------------
>
>                 Key: JBIDE-14897
>                 URL: https://issues.jboss.org/browse/JBIDE-14897
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: livereload
>            Reporter: Max Rydahl Andersen
>            Assignee: Max Rydahl Andersen
>             Fix For: 4.1.0.Beta2
>
>
> On beta2 with no livereload servers:
> "Open With > Web Browser via Live Reload Proxy" automatically creates a livereload server (great) but then it is not with the proxy enabled thus the action is not doing what it is told.
> Doing it with a server opened with remote access set it pops up with a dialog warning me about it. This seems excessive.
> Maybe should just do this:
> if no livereload server => tell the user that a LiveReload server should be created and ask him if he wants injection [default on] + remote connections [default off]. On pressing "ok" server is created, proxy is enabled and page is opened using the http:// protocol, on "Cancel", Livereload server is not created and nothing happens.
> if got livereload server and proxy is enabled => show page using http:// protocol
> if got livereload and proxy is *not* enabled -> ask user if he wants injection [default on] + remote connections [default off]. On pressing "ok" server is created and page is opened using the http:// protocol, on "cancel" nothing happens.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list