You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2018/01/20 14:53:54 UTC

[Bug 62027] New: Function Helper Dialog : Make Help button open browser on function documentation instead of Internal Dialog

https://bz.apache.org/bugzilla/show_bug.cgi?id=62027

            Bug ID: 62027
           Summary: Function Helper Dialog : Make Help button open browser
                    on function documentation instead of Internal Dialog
           Product: JMeter
           Version: 3.3
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: p.mouawad@ubik-ingenierie.com
  Target Milestone: ---

Having a Browser open instead of Swing dialog where link do not open looks like
a better option.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 62027] Help : Introduce property help.local to allow choosing between local (offline) documentation and online documentation

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62027

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Function Helper Dialog :    |Help : Introduce property
                   |Make Help button open       |help.local to allow
                   |browser on function         |choosing between local
                   |documentation instead of    |(offline) documentation and
                   |Internal Dialog             |online documentation

--- Comment #2 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
By default we use online documentation:
help.local=false

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 62027] Help : Introduce property help.local to allow choosing between local (offline) documentation and online documentation

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62027

--- Comment #5 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
(In reply to Felix Schumacher from comment #4)
> (In reply to Philippe Mouawad from comment #0)
> > Having a Browser open instead of Swing dialog where link do not open looks
> > like a better option.
> 
> But that means, that users behind a firewall (most corporate users, I would
> assume) have to configure the jvm to use a proxy.

Hi Felix,
As help is opened by default browser, I suppose his browser will have proxy
configured.

But anyway , I kept the old offline mode by setting :
help.local=true

Let me know if it's ok for you.

Regards

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 62027] Help : Introduce property help.local to allow choosing between local (offline) documentation and online documentation

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62027

--- Comment #4 from Felix Schumacher <fe...@internetallee.de> ---
(In reply to Philippe Mouawad from comment #0)
> Having a Browser open instead of Swing dialog where link do not open looks
> like a better option.

But that means, that users behind a firewall (most corporate users, I would
assume) have to configure the jvm to use a proxy.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 62027] Help : Introduce property help.local to allow choosing between local (offline) documentation and online documentation

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62027

--- Comment #6 from Felix Schumacher <fe...@internetallee.de> ---
Date: Mon Jan 29 20:17:14 2018
New Revision: 1822578

URL: http://svn.apache.org/viewvc?rev=1822578&view=rev
Log:
Display a warn message, if the desktop doesn't support the
Desktop.Action.BROWSE.

This can happen, when JMeter is started on a ssh tunneled X11 server.

If the URL appears to be a component documentation, add a line that tells the
user
to set the system property help.local to true.

Bugzilla Id: 62027

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/gui/action/OpenLinkAction.java

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 62027] Help : Introduce property help.local to allow choosing between local (offline) documentation and online documentation

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62027

--- Comment #3 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Author: pmouawad
Date: Sat Jan 20 15:40:19 2018
New Revision: 1821753

URL: http://svn.apache.org/viewvc?rev=1821753&view=rev
Log:
Bug 62027 Help : Introduce property help.local to allow choosing between local
(offline) documentation and online documentation
Bugzilla Id: 62027

Modified:
    jmeter/trunk/bin/jmeter.properties
    jmeter/trunk/src/core/org/apache/jmeter/functions/gui/FunctionHelper.java
    jmeter/trunk/src/core/org/apache/jmeter/gui/action/Help.java
    jmeter/trunk/src/core/org/apache/jmeter/gui/action/OpenLinkAction.java
    jmeter/trunk/xdocs/changes.xml
    jmeter/trunk/xdocs/usermanual/properties_reference.xml

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 62027] Function Helper Dialog : Make Help button open browser on function documentation instead of Internal Dialog

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62027

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Author: pmouawad
Date: Sat Jan 20 14:54:54 2018
New Revision: 1821747

URL: http://svn.apache.org/viewvc?rev=1821747&view=rev
Log:
Bug 62027 - Function Helper Dialog : Make Help button open browser on function
documentation instead of Internal Dialog
Bugzilla Id: 62027

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/functions/gui/FunctionHelper.java
    jmeter/trunk/xdocs/changes.xml

-- 
You are receiving this mail because:
You are the assignee for the bug.