[Proto-Scripty] Re: Unassociated page elements disappearing after inclusion of prototype 1.6.1 in Firefox 3.5.2

2009-09-22 Thread Richard Quadling

2009/9/22 rs21 :
>
> Figured it out. I had to go line-by-line through Prototype but there
> was a function defined that used the same name as one of the functions
> that already existed within the site. Updating the original function
> to a new name resolved this bizzare behavior.
>
> On Sep 18, 2:19 am, "T.J. Crowder"  wrote:
>> Hi,
>>
>> Your best bet is to try to create a self-contained example
>> demonstrating the problem, separate from the site that's behind a
>> firewall and code you can't post.  More on why this is useful here.[1]
>>
>> [1]http://proto-scripty.wikidot.com/self-contained-test-page
>>
>> Good luck,
>> --
>> T.J. Crowder
>> tj / crowder software / comwww.crowdersoftware.com
>>
>> On Sep 17, 11:23 pm, rs21  wrote:
>>
>>
>>
>> > I have a site that behaved as designed in both IE and Firefox. I
>> > implemented the use of Prototype 1.6.1 for use with flotr for graphing
>> > data sets. In IE the functionality of the original site did not
>> > degrade after this implementation (in other words everything,
>> > including the graphing, functions as expected). However, in Firefox
>> > 3.5.2 the graphing works as intended but now portions of the original
>> > site are flawed. Specifically elements of forms (such as some, but not
>> > all, radio buttons and checkboxes) as well as some elements (images)
>> > that use an onClick event. When I click on those elements they just
>> > disappear (which is NOT part of the intended functionality) and do not
>> > kick off the intended javascript actions. Note that the onClick
>> > actions do not call any portion of protoype. These actions existed
>> > before prototype's inclusion and they still function in IE 6.0. Also,
>> > many of the pages that have disappearing elements do not even use the
>> > flotr nor prototype script elements.
>>
>> > The inclusions within the header that are necessary for flotr are (src
>> > path has been truncated for this posting):
>> > 
>> > 

[Proto-Scripty] Re: Unassociated page elements disappearing after inclusion of prototype 1.6.1 in Firefox 3.5.2

2009-09-22 Thread rs21

Figured it out. I had to go line-by-line through Prototype but there
was a function defined that used the same name as one of the functions
that already existed within the site. Updating the original function
to a new name resolved this bizzare behavior.

On Sep 18, 2:19 am, "T.J. Crowder"  wrote:
> Hi,
>
> Your best bet is to try to create a self-contained example
> demonstrating the problem, separate from the site that's behind a
> firewall and code you can't post.  More on why this is useful here.[1]
>
> [1]http://proto-scripty.wikidot.com/self-contained-test-page
>
> Good luck,
> --
> T.J. Crowder
> tj / crowder software / comwww.crowdersoftware.com
>
> On Sep 17, 11:23 pm, rs21  wrote:
>
>
>
> > I have a site that behaved as designed in both IE and Firefox. I
> > implemented the use of Prototype 1.6.1 for use with flotr for graphing
> > data sets. In IE the functionality of the original site did not
> > degrade after this implementation (in other words everything,
> > including the graphing, functions as expected). However, in Firefox
> > 3.5.2 the graphing works as intended but now portions of the original
> > site are flawed. Specifically elements of forms (such as some, but not
> > all, radio buttons and checkboxes) as well as some elements (images)
> > that use an onClick event. When I click on those elements they just
> > disappear (which is NOT part of the intended functionality) and do not
> > kick off the intended javascript actions. Note that the onClick
> > actions do not call any portion of protoype. These actions existed
> > before prototype's inclusion and they still function in IE 6.0. Also,
> > many of the pages that have disappearing elements do not even use the
> > flotr nor prototype script elements.
>
> > The inclusions within the header that are necessary for flotr are (src
> > path has been truncated for this posting):
> > 
> > 

[Proto-Scripty] Re: Unassociated page elements disappearing after inclusion of prototype 1.6.1 in Firefox 3.5.2

2009-09-18 Thread T.J. Crowder

Hi,

Your best bet is to try to create a self-contained example
demonstrating the problem, separate from the site that's behind a
firewall and code you can't post.  More on why this is useful here.[1]

[1] http://proto-scripty.wikidot.com/self-contained-test-page

Good luck,
--
T.J. Crowder
tj / crowder software / com
www.crowdersoftware.com


On Sep 17, 11:23 pm, rs21  wrote:
> I have a site that behaved as designed in both IE and Firefox. I
> implemented the use of Prototype 1.6.1 for use with flotr for graphing
> data sets. In IE the functionality of the original site did not
> degrade after this implementation (in other words everything,
> including the graphing, functions as expected). However, in Firefox
> 3.5.2 the graphing works as intended but now portions of the original
> site are flawed. Specifically elements of forms (such as some, but not
> all, radio buttons and checkboxes) as well as some elements (images)
> that use an onClick event. When I click on those elements they just
> disappear (which is NOT part of the intended functionality) and do not
> kick off the intended javascript actions. Note that the onClick
> actions do not call any portion of protoype. These actions existed
> before prototype's inclusion and they still function in IE 6.0. Also,
> many of the pages that have disappearing elements do not even use the
> flotr nor prototype script elements.
>
> The inclusions within the header that are necessary for flotr are (src
> path has been truncated for this posting):
> 
>