Bug Tracker

Modify

Ticket #3388 (closed bug: invalid)

Opened 5 years ago

Last modified 4 years ago

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

error.jpg Download (84.4 KB) - added by arturgrigor 5 years ago.
Ticket #3388 Details

Change History

Changed 5 years ago by arturgrigor

Ticket #3388 Details

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.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.