Strange behavior, I don't know. One thing I can think of is perhaps a race
condition on load of CSS files which may be specific also to the browser
you are using. Try changing the title after a delay and see if works, if
not a bit stumped and I'll take a look.

As for the icon, it is a "favicon" that is picked up by the browser on its
own from the /html directory of your application at html/favicon.ico see
http://en.wikipedia.org/wiki/Favicon

David Botton


On Wed, Apr 15, 2015 at 4:54 PM Gautier de Montmollin <[email protected]>
wrote:

>  Something mysterious: with the "offline-enabled" version, the title
> never displays, I only get "http://127.0.0.1:8080/";  even when peppering
> everywhere "Application.Title (app_title);" and 
> "App.Main_Window.Name(app_title);"
> in the code.
>
>  When I replace debug.html by the original one, the title reappears -
> found that after trying like crazy in the Ada code...
> Is there a title eater in the extra lines ?
>
>  ***** debug.0.html
>     9:        <script src="/js/jquery.min.js"
> type="text/javascript"></script>
>    10:        <script src="/js/boot.js" type="text/javascript"></script>
> ***** DEBUG.HTML
>     9:        <script src="/js/jquery.min.js"
> type="text/javascript"></script>
> *   11:        <link rel="stylesheet" href="/css/jquery-ui.css">*
> *   12:        <script src="/js/jquery-ui.min.js"
> type="text/javascript"></script>*
> *   14:        <link rel="stylesheet" href="/css/bootstrap.min.css">*
> *   15:        <link rel="stylesheet" href="/css/bootstrap-theme.min.css">*
> *   16:        <script src="/js/bootstrap.min.js"
> type="text/javascript"></script>*
>    17:        <script src="/js/boot.js" type="text/javascript"></script>
> *****
>
> Another question: where is the reference to Lady Ada icon ? I'd like to
> have a custom one.
>
> TIA
>
> Gautier
>
> ------------------------------------------------------------------------------
> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
> Develop your own process in accordance with the BPMN 2 standard
> Learn Process modeling best practices with Bonita BPM through live
> exercises
> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual-
> event?utm_
>
> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF_______________________________________________
> Gnoga-list mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/gnoga-list
>
------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Gnoga-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gnoga-list

Reply via email to