jQWidgets Forums
Forum Replies Created
-
Author
-
So is there a clear planning of fixes that could secure our development if we bought your solution ?
If a commercial license was bought could those kind of issues be fixed or would we still have to work-around them ?
It’s both. The problem only happens if you specify a relative width.
Anyway is there any solution for this ?August 28, 2014 at 10:02 am in reply to: showloadelement inside div gets wrong position showloadelement inside div gets wrong position #58887I thought you’ve had dismissed that thread since the issue wasn’t related with the original title. If that’s not the case this could you delete this thread ?
Reminder
None of the divs have borders so I would think that is not the issue here, additionaly the issue only happens when the page is long enough to have a vertical scroll.
Also it seems to me that the loading element issue (shown on the JSFiddle) doesn’t have to do with DIV borders. For this case none of your demos apply because they aren’t on a div with a smaller width. What is happening is that the div that contains the loading element is marked with “position: absolute” and that will position that div relative to the first not static element, the div that contains the 45% width cannot be static so I cannot position the loading element correctly.
Also the CSS that is used on the fluid demo page only hides the real problem. Since I cannot have an overflow: hidden on the HTML body, I removed it and it started happening again. It happens only when the page has a vertical scrollbar (maybe that’s messing up with the divs width calculations?), I cannot reproduce it on JSFiddle though.
It seems that setting the body CSS like you’re setting in the demo fixed one of the issues (the pager buttons is no longer getting out of bounds).
The loading issue still remains, I managed to reproduce it by creating a fiddle based on your demo, adapting it to the HTML presented in my previous post: http://jsfiddle.net/jfpqsf33/1/ -
AuthorPosts