Login  
Search All Forums
Dart Home | PowerWEB Zoom for ASP.NET | Custom Development Reply | PowerWEB Zoom for ASP.NET Topics | Forums   
AuthorForum: PowerWEB Zoom for ASP.NET
Topic: Standards-compliant markup issue
earniep

From: Tualatin, OR USA
Posts: 14
Member Since: 07/02/08
posted December 8, 2008 2:17 PM

I've implemented your power web zoom control into our app. However, I've validated the page on which your control is deployed, and it's failing with invalid HTML issue that are being generated by your control.
I've also looked through your updates provided, and find nothing that resolve issues related to this problem (single quotes being used to enclose attributes, tags not closed, tags used impropertly, etc).
Ho do you suggest we resolve this issue?
Thank you.
K M Drake



From: Utica, NY USA
Posts: 3406
Member Since: 07/14/00
posted December 8, 2008 5:41 PM

Hi,
Please provide specific examples, and we will try to address them.

If you wish to send a demo page, please make it self-contained, and send it zipped to support@dart.com.

Thanks,
-ken
earniep

From: Tualatin, OR USA
Posts: 14
Member Since: 07/02/08
posted December 8, 2008 8:55 PM

As you requested, here are some examples of XHTML syntax failures using the HTML generated/sent to the client.

//"document type does not allow element "style" here." (last tag)
<script src="Dart.PowerWEB.Zoom.GetResource.aspx?Res=pwz_zoom_1.0.3.1.js" type="text/javascript"></script><script src="Dart.PowerWEB.Zoom.GetResource.aspx?Res=pwz_move_1.0.3.1.js" type="text/javascript"></script><script src="Dart.PowerWEB.Zoom.GetResource.aspx?Res=pwz_nav_1.0.3.1.js" type="text/javascript"></script><style type="text/css">

//Attributes not enclosed in double quotes, but single quotes
//"required attribute "type" not specified ."
//"there is no attribute "livecontrol"
<script language = 'JavaScript' src = 'Dart.PowerWEB.Zoom.GetResource.aspx?Res=pwz_scripts_1.0.3.1.js' type='text/javascript'></script><script language='JavaScript' livecontrol='true' type='text/javascript'>

//input tag not closed
<div id="ctl00_cph_content_pwz_product" style="overflow:hidden;background-color:#CCCCCC;height:400px;width:400px;">
<input type='hidden' name='ctl00$cph_content$pwz_product' id='ctl00$cph_content$pwz_product'><div onclick = 'pwz_product_obj.moveHandle.dragdrop(null,pwz_product_obj.moveHandler);return false;' style='background-color:#CCCCCC;zoom:100%;top:0px;left:0px;position:absolute;' id='ctl00_cph_content_pwz_product_Container'></div>
K M Drake



From: Utica, NY USA
Posts: 3406
Member Since: 07/14/00
posted December 9, 2008 11:34 AM

Hi,
Thanks, I have submitted this to development as issue #4943.
We plan to address these XHTML compliance issues in the next update to Zoom.

Browsers do not require XHTML compliance, so these points should not affect the user experience with the control.

For updates on the status of this issue, please contact Jamie Powell (support@dart.com).

Thanks again,
-ken
Reply | PowerWEB Zoom for ASP.NET Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX