GedMarc / layout

jQuery UI Layout v1.x plugin
Other
54 stars 24 forks source link

Buggy on Chrome #24

Closed wonsuc closed 3 years ago

wonsuc commented 3 years ago

The latest version works fine with IE but broke on Chrome.

What browser do you use to test?

GedMarc commented 3 years ago

Chrome 86 -

What sort of buggy are you experiencing? Which chrome are you running?

wonsuc commented 3 years ago

If I drag the resizer bar, only the resizer bar moves to the position, but the layout UI doesn't update. I'm using v88.0.4324.146 This happens above v1.5.12.1 only.

wonsuc commented 3 years ago

I'm not sure if it's related to dual monitors, or a different resolution issue.

GedMarc commented 3 years ago

that could actually be as easy as setting liveResize to true

livePaneResizing: false  // true = LIVE Resizing as resizer is dragged
, liveContentResizing: false  // true = re-measure header/footer heights as resizer is dragged
, liveResizingTolerance: 1   // how many px change before pane resizes, to control performance
GedMarc commented 3 years ago

All good?

wonsuc commented 3 years ago

No, still same.

GedMarc commented 3 years ago

Can you provide a reproducible or a vid-snip please.. seems ok

wonsuc commented 3 years ago

Currently, I'm working at proxy behind workplace, I will try to test at my own computer when I have time.

GedMarc commented 3 years ago

grab the complex or nested layout in the examples - apply your settings to it and see if it replicates?

kohepu commented 3 years ago

I'm using it on a public website with many Chrome users, and it works fine for me.

melloware commented 3 years ago

I am also using it in Chrome and it works fine for me.

GedMarc commented 3 years ago

No replicator with confirmations on no issues