Jump to content

dom_calls.htm no longer work (5.0.6)


gifti

Recommended Posts

Hello,

 

i've tested with version 5.0.6. The active calls table isn't working.

I discoverd one bug in html code.

 

Old:

...

<tr><td><div id="active_calls" /></td></tr>

...

 

New:

...

<tr><td><div id="active_calls"></div></td></tr>

...

 

Strictly speaking, the <div> element is a non-void/non-empty element in HTML, i.e. it is not meant to self-close. Although <div /> is valid XHTML — due to /> being indicative of a self-closing (or empty) XML element — it's interpreted by common HTML parsers and some validators as an unclosed opening tag, and is therefore invalid HTML 4.01 and HTML5.1

Found here

 

But when I changed the template I'don't get a table or a DISCONNECTED message, too.

Seems to be an error in in the scipt call_list_scripts.js or on server side.

 

Mozilla 19.0.2 / IE 9.0.8 / Chrome 25.0.1364.152

 

regards

gifti

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...