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

[jira] Created: (SHINDIG-667) Tab scrolling doesn't work

Tab scrolling doesn't work
--------------------------

                 Key: SHINDIG-667
                 URL: https://issues.apache.org/jira/browse/SHINDIG-667
             Project: Shindig
          Issue Type: Bug
          Components: Features (Javascript)
         Environment: Windows, Firefox 3
            Reporter: David Citron


The event handler registration for tab scrolling appears to have a syntax issue: the registered event is attempting to call:

  this.smoothScroll_(wrapper, -120);

However, the "this" pointer at the time that the event fires is the HTMLElement, not the Tabs object.

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


[jira] Updated: (SHINDIG-667) Tab scrolling doesn't work

Posted by "David Citron (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Citron updated SHINDIG-667:
---------------------------------

    Attachment: shindig-667.patch

The attached patch resolves the issue for me. Please take a look.

> Tab scrolling doesn't work
> --------------------------
>
>                 Key: SHINDIG-667
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-667
>             Project: Shindig
>          Issue Type: Bug
>          Components: Features (Javascript)
>         Environment: Windows, Firefox 3
>            Reporter: David Citron
>         Attachments: shindig-667.patch
>
>
> The event handler registration for tab scrolling appears to have a syntax issue: the registered event is attempting to call:
>   this.smoothScroll_(wrapper, -120);
> However, the "this" pointer at the time that the event fires is the HTMLElement, not the Tabs object.

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


[jira] Resolved: (SHINDIG-667) Tab scrolling doesn't work

Posted by "Paul Lindner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Lindner resolved SHINDIG-667.
----------------------------------

    Resolution: Fixed

looks good.

Thanks!


> Tab scrolling doesn't work
> --------------------------
>
>                 Key: SHINDIG-667
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-667
>             Project: Shindig
>          Issue Type: Bug
>          Components: Features (Javascript)
>         Environment: Windows, Firefox 3
>            Reporter: David Citron
>         Attachments: shindig-667.patch
>
>
> The event handler registration for tab scrolling appears to have a syntax issue: the registered event is attempting to call:
>   this.smoothScroll_(wrapper, -120);
> However, the "this" pointer at the time that the event fires is the HTMLElement, not the Tabs object.

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