-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Weird behavior in IE #10
Comments
Did you manage to come right @wonsuc |
Thanks for the update - Can you attach a replica I could check? Can't seem to replicate it. |
Thanks for the quick response. I figured out the problem.
Currently, most web configures their stylesheet's I hope it will be fixed soon :) |
Any feedback? |
what would you recommend the fix forward would be? :) |
I didn't investigate the source code of this library, so I don't know how this library measure sizes of elements. But there must be some bug since the Chrome browser has no issue and only IE has this issue. |
are you on gitter? |
I think jquery 3.4 solves it - can you test the attachment nested.html please? You will see I set the border at the top |
Was it jQuery's bug? I'm using jQuery 3.3.1 currently, I will try 3.4 and I will let you know. |
No not a bug, I believe has to do with the .position() vs .offset() thingy with IE, there was just changes to height and width calcs in 3.4 :) |
But the attachment works with the CSS provided, the current layout version, and JQuery 3.4, in the complex layout demonstration, so hoping you come back with a working verification ;) |
Dunno, can't replicate it - Work with me here man :) Are you saying that the demo is not what you want, the output on my machine is identical in IE 11 Chrome and Firefox? From the description it's closer to something else firing after the resizeAll event that IE isn't working with, which is why the demo is fine? Firing a resizeAll event on your page after $.ready may just do the trick If we change the base core of presentation, because this is used is libraries like PrimeFaces (14 mil people), thats a lot of people not experiencing this, and a change to the layout handling methods will be very impactful. |
Commenting out this line from your code fixed the issue, thank you for the support. |
Phew! :) |
If I set a border on
.ui-layout-pane
, the resizer position is being placed wrongly.left
position should be -2px from the result.This is stylesheet which makes the problem.
It is showing correctly in Chrome, but IE11 is showing weirdly, but If I drag the resizer it showing fine again.
The text was updated successfully, but these errors were encountered: