jQuery UI Widgets › Forums › Form › jqxsplitter on win 11 4k display
This topic contains 7 replies, has 2 voices, and was last updated by svetoslav_borislavov 3 months, 1 week ago.
-
Author
-
when I use jqxsplitter on 4k display, windows 11, the left panel seems exceed to right panel 1px,
I use chrome last version,
you can also can check it use jqw sample
https://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxsplitter/jquery-splitter-getting-started.htm?search=
and this image is what i saw
you can zoom on it.
- This topic was modified 3 months, 2 weeks ago by batu.
Hi,
As you can see the following demo:
http://jsfiddle.net/jqwidgets/HbwtB/The green panel is 100 pixels, the red one is 193.4px. This is happening because of the width of the actual splitter.
Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/I believe there may be an error in your calculation.
you should update your width calculation.look,
- This reply was modified 3 months, 1 week ago by batu.
Hi,
Please, create a demo in jsfiddle with description of the problem
Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/I use jqxsplitter on 4k display, windows 11, the left panel seems exceed to right panel 1px,
I use chrome last version, I already did this description, you should prepare this ENV, if not this environment you can”t confirm it.
don”t tell me you don”t have this env. it is not so rare in now days.and maybe calculation 193.4px is the problem. I don’t know, px is Integer value is maybe the correct answer.
https://www.dropbox.com/s/duh6daiwwrsbko4/Screenshot%202023-06-25%20231434.png?dl=0
look this png file, this is the real screen shot.Hi,
Here is a workaround for the problem. Dynamically change the CSS left property:
http://jsfiddle.net/d12mhpL9/1/Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/thank you for fast replay
but this is just make another problem,
look
https://www.dropbox.com/s/mru8arm0bnck0vh/Screen-shot20230627.png?dl=0Hi,
Here is an updated version: http://jsfiddle.net/zv18w7ej/1/
Change the width, add one more pixelBest regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/ -
AuthorPosts
You must be logged in to reply to this topic.