[Germany Sorry] Fehler in der Darstellung bei vers. Browsern

[Germany Sorry] Fehler in der Darstellung bei vers. Browsern

dxzdxz Posts: 2Questions: 0Answers: 0
edited June 2012 in General
Hallo,

ich habe da ein Problem mit der DataTables, ich hoffe das mir hier jemand helfen kann.
Ich Benutze Wordpress mit dem Plugin WP-Table-Reloaded und möchte ein Suchenfeld über einer Tabelle einbinden. Klappt auch alles ganz gut, aber scheinbar nicht im Firefox Ver. 13.0.1 Kann mir jemand erklären woran es liegt? Andere Seiten die dieses Plugin ebenfalls installiert haben, werden Problemlos angezeigt. Daher muss der fehler irgendwo auf der Seite liegen.

Es geht dabei um www.taktfrequenz.de/prozessoren/

Please help

Replies

  • koosvdkolkkoosvdkolk Posts: 169Questions: 0Answers: 0
    The HTML is not valid, maybe fixing that helps?

    http://validator.w3.org/check?uri=http%3A%2F%2Fwww.taktfrequenz.de%2Fprozessoren%2F&charset=%28detect+automatically%29&doctype=Inline&group=0
  • dxzdxz Posts: 2Questions: 0Answers: 0
    no sorry, look this. http://testsubdomain.taktfrequenz.de/sfdafa/ this problem is not fixed.
  • koosvdkolkkoosvdkolk Posts: 169Questions: 0Answers: 0
    I am sorry, I do not know what is causing this! Is it possible to load the non-minified code of the Datatables plugin?

    I would find the code which should render the search input, using breakpoints and Firebug, I would find out what makes the search input not appear.
  • allanallan Posts: 63,542Questions: 1Answers: 10,476 Site admin
    That is the oddest thing! DataTables thinks it has been initialised on the table (you can confirm this by running the DataTables debugger) and the API calls to it work - but the DOM hasn't been updated with the DataTables elements.

    My only guess is that of koosvdkolk - the invalid HTML on the page is causing the problem in Firefox: http://validator.w3.org/check?uri=http%3A%2F%2Ftestsubdomain.taktfrequenz.de%2Fsfdafa%2F&charset=%28detect+automatically%29&doctype=Inline&group=0

    Allan
This discussion has been closed.