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 12:35:18 UTC

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

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.