https://bz.apache.org/bugzilla/show_bug.cgi?id=64248
Vladimir Sitnikov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #1 from Vladimir Sitnikov <[email protected]> --- 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.
