RFR: 6663: Reloading the Flame Chart View in Linux displays file browser
    Marcus Hirt 
    hirt at openjdk.java.net
       
    Tue Jan  7 09:32:24 UTC 2020
    
    
  
On Mon, 6 Jan 2020 16:41:04 GMT, Jie Kang <jkang at openjdk.org> wrote:
> The context menu to reload is disabled
> 
> The disable comes from looking at Webkit source that respects doit field:
> https://github.com/eclipse/eclipse.platform.swt/blob/master/bundles/org.eclipse.swt/Eclipse%20SWT%20WebKit/gtk/org/eclipse/swt/browser/WebKit.java#L819
> 
> The issue occurs as we set Browser text to some HTML and no URL is set. The reload action seems to revisit the URL with the default result being the file system, I guess.
> 
> A bug against SWT was opened to respect HTML text set when refresh/reload.
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=558846
-------------
Marked as reviewed by hirt (Lead).
PR: https://git.openjdk.java.net/jmc/pull/26
    
    
More information about the jmc-dev
mailing list