In column Text, when you change to other title (RegExp Test, Boundary Extractor Tester,...) the width of the column changes automatically. I must to adjust the width. It's possible to give the same with :)
Can you post a picture that shows the element, that you wish to fix? I have had a look at the result tree view and didn't find the changing column.
Hello, Could you provide requested element ? Pourriez-vous téléverser une copie d'écran qui montre le problème ? Merci
Created attachment 37086 [details] column width change
Created attachment 37087 [details] column width changed after select any option
Created attachment 37090 [details] Keep divider location when changing visualizer mode Are you comfortable with patching and compiling JMeter yourself and test, if this patch fixes your problem? I have understood, that you are talking about the divider between the sample (right side) and the mode combo (text, regex, html, ...) plus sample list (left side) that gets reset every time you change the mode. What you would like to have, is that the divider stays on the location you chose before switching the mode. Correct?
Has been committed to trunk. Could you test the next nightly and report back, if it fixes your problem? commit 7f32736782e8e1ae9d96e23b4f5d09a93fbd5d83 Author: Felix Schumacher <felix.schumacher@internetallee.de> AuthorDate: Tue Mar 10 21:27:10 2020 +0100 Keep divider location when changing visualizer mode Bugzilla Id: 63822 --- .../org/apache/jmeter/visualizers/ViewResultsFullVisualizer.java | 6 ++++-- xdocs/changes.xml | 1 + 2 files changed, 5 insertions(+), 2 deletions(-)
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/5181