You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Lev Epshteyn (JIRA)" <ji...@apache.org> on 2008/10/09 21:18:44 UTC

[jira] Updated: (SHINDIG-649) OST: Fix some whitespace issues on IE, use gadgets.util.registerOnLoadHandler when available

     [ https://issues.apache.org/jira/browse/SHINDIG-649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lev Epshteyn updated SHINDIG-649:
---------------------------------

    Description: 
IE interprets whitespace literally in calls to document.createTextNode(). Special handling existed for this before, and this patch fixes some issues with it. In particular, trailing/leading spaces will be stripped off of <os:Render/>, and whitespace between tags will now be properly detected.

Also added support for gadgets.util.registerOnLoadHandler() when it is available.

Code review: http://codereview.appspot.com/7450

  was:
IE interprets whitespace literally in calls to document.createTextNode(). Special handling existed for this before, and this patch fixes some issues with it. In particular, trailing/leading spaces will be stripped off of <os:Render/>, and whitespace between tags will now be properly detected.

Also added support for gadgets.util.registerOnLoadHandler() when it is available.

        Summary: OST: Fix some whitespace issues on IE, use gadgets.util.registerOnLoadHandler when available  (was: Fix some whitespace issues on IE, use gadgets.util.registerOnLoadHandler when available)

> OST: Fix some whitespace issues on IE, use gadgets.util.registerOnLoadHandler when available
> --------------------------------------------------------------------------------------------
>
>                 Key: SHINDIG-649
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-649
>             Project: Shindig
>          Issue Type: Bug
>          Components: Features (Javascript)
>            Reporter: Lev Epshteyn
>            Priority: Minor
>         Attachments: OnLoad-and-Whitespace-Fixes.patch
>
>
> IE interprets whitespace literally in calls to document.createTextNode(). Special handling existed for this before, and this patch fixes some issues with it. In particular, trailing/leading spaces will be stripped off of <os:Render/>, and whitespace between tags will now be properly detected.
> Also added support for gadgets.util.registerOnLoadHandler() when it is available.
> Code review: http://codereview.appspot.com/7450

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.