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 2020/03/20 09:37:03 UTC

[Bug 64248] New: View Results Tree : Different character sizes (All version of JMeter)

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

            Bug ID: 64248
           Summary: View Results Tree : Different character sizes (All
                    version of JMeter)
           Product: JMeter
           Version: Nightly (Please specify date)
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: jean.marie.markowski@gmail.com
  Target Milestone: JMETER_5.3.0

Created attachment 37109
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37109&action=edit
Print screen of  character sizes

Hi,

I send you the document with all the differences of character sizes and
background in View Results Tree.

I use the version apache-jmeter-5.3-SNAPSHOT from 2020-03-19 with Darklaf
solarized light

To standardize the size of the characters, it's possible to keep the large size
among the 4 samples in document.

Thanks.

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

[Bug 64248] View Results Tree : Different character sizes (All version of JMeter)

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om

--- Comment #3 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
@Vladimir,
Can you confirm this is fixed by:


https://github.com/apache/jmeter/pull/572

Thanks

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

[Bug 64248] View Results Tree : Different character sizes (All version of JMeter)

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

Vladimir Sitnikov <si...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Vladimir Sitnikov <si...@gmail.com> ---
The issue there is
"Response data" uses
org.apache.jmeter.visualizers.SearchTextExtension#SearchTextExtension while
"Request data" uses
org.apache.jmeter.gui.util.JSyntaxSearchToolBar#JSyntaxSearchToolBar

In other words, it looks like code duplication with a slightly different
implementation.


There's one more issue: search toolbar can't be zoomed because it uses a
hard-coded font size.


I think we should factor FONT_SMALL and friends to UIDefautls, then we can
consistently update it for LaF and zoom purposes.

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

[Bug 64248] View Results Tree : Different character sizes (All version of JMeter)

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

--- Comment #2 from Vladimir Sitnikov <si...@gmail.com> ---
I wonder if the search panel should appear only when ctrl+f / cmd+f is pressed.

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