Edgewall Software

Changes between Initial Version and Version 1 of Ticket #11521


Ignore:
Timestamp:
Mar 6, 2014, 5:21:44 PM (10 years ago)
Author:
Jun Omae
Comment:

I confirmed no issues on http://trac.edgewall.org/demo-1.0/wiki with Internet Explorer. That's an InstallationIssue. Please ask on the mailing list or IRC channel.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11521

    • Property Status newclosed
    • Property Resolutioncantfix
  • Ticket #11521 – Description

    initial v1  
    11I have installed the Wiki-Trac 1.0.1 several Times on the computers in my company. There is always problem when I open the wiki for the first time. The CSS-Data is loaded too late and the browser (Internet Explorer and it is a known problem with Internet Explorer) shows the Wiki Site for the first Time without a correct Format (without CSS). When I refresh the Site it will be correct. How can I solve this Problem?
    22Solution for such problems is some Codes like:
    3 
     3{{{
    44function displayInPages(page_no)
    55{ document.frmDisplayInPage.page_no.value = page_no; document.frmDisplayInPage.submit();
    66 }
     7}}}