Ticket #3388 (closed bug: invalid)
There's a problem on Google Chrome browser when calling $(document).ready(...)
| Reported by: | arturgrigor | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3 |
| Component: | core | Version: | 1.2.6 |
| Keywords: | document, ready, page, white, load | Cc: | |
| Blocking: | Blocked by: |
Description
There's a big problem on Google Chrom browser when calling $(document).ready(...) which requires several page refreshes to fix it.
So the problem is that when do you call that function the document doesn't fully load, it loads only the part of document which has a content, and the rest of it (bottom page) even if it has a background-color or -image, it shows only white.
Attachments
Change History
comment:1 Changed 4 years ago by dmethvin
- Status changed from new to closed
- Resolution set to invalid
No test case was attached, but for WebKit-based browsers it is important to include all external css files before any scripts. If you have a simple test case that demonstrates the problem, please reopen and attach.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.


Ticket #3388 Details