EasyUI Forum
April 28, 2024, 04:02:22 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Viewport Resize Causes Issues in Fluid Texbox  (Read 1097 times)
poeziafree
Jr. Member
**
Posts: 69


View Profile Email
« on: February 01, 2023, 01:21:38 PM »

Hello,

I have two fluid textboxes aligned horizontally.

Resize of viewport/parent causes issues with the width of the textbox.

Please see the example and the screenshot below: http://jsfiddle.net/ogszh82p/2/

Screenshot: https://paste.pics/LBVU7

What could be the problem?

Thanks
Logged
jarry
Administrator
Hero Member
*****
Posts: 2262


View Profile Email
« Reply #1 on: February 02, 2023, 02:01:19 AM »

Please try this code.
Code:
<div class="f-row">
<input class="easyui-textbox" label="Test1:" style="width: 100%;">
<input class="easyui-textbox" label="Test2:" style="width: 100%;">
</div>
Logged
poeziafree
Jr. Member
**
Posts: 69


View Profile Email
« Reply #2 on: February 02, 2023, 02:49:30 AM »

Thanks, Jarry!

In this case, on resizing the viewport, the first textbox inner typable area is smaller than the second one.

See the screenshot: the selected area with the red arrow shows that this area is not typable.

Screenshot: https://snipboard.io/736zEe.jpg

The issue is even worse, if there is a button enabled on the first textbox: https://snipboard.io/Tz5tqN.jpg
« Last Edit: February 02, 2023, 03:00:17 AM by poeziafree » Logged
jarry
Administrator
Hero Member
*****
Posts: 2262


View Profile Email
« Reply #3 on: February 02, 2023, 08:46:01 PM »

Please call this enhanced code instead.
Code:
<div class="f-row">
<div style="flex:1;margin-right: 20px;">
<input class="easyui-textbox" label="Test1:" style="width: 100%;">
</div>
<div style="flex:1;margin-left: 20px;">
<input class="easyui-textbox" label="Test2:" style="width: 100%;">
</div>
</div>
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!