PiRSquared17 / activescaffold

Automatically exported from code.google.com/p/activescaffold
MIT License
0 stars 0 forks source link

Close button broken by 78ae8e5 #742

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using:

activescaffold latest master (currently 7cfe6f7)
prototype 1.6.0.3
rails 2.3.5 (probably irrelevant as it appears to be purely a JS issue)
Firefox 3.6

See the video for demonstration of the issue:

http://screencast.com/t/YTA3NDhiN

Original issue reported on code.google.com by timchar...@gmail.com on 29 Mar 2010 at 7:21

GoogleCodeExporter commented 9 years ago
Can you reproduce with other browser? It's working here with firefox 3.0.18

Original comment by sergio.c...@gmail.com on 29 Mar 2010 at 9:08

GoogleCodeExporter commented 9 years ago
both safari and chrome do it as well.  is it an OS X thing do you think?

http://screencast.com/t/Nzc5NmY0M2Et

Original comment by timchar...@gmail.com on 29 Mar 2010 at 9:13

GoogleCodeExporter commented 9 years ago
I have tried with FF 3.6.2 in Mac OS X and it works. Do you have 
active_scaffold.js
updated in public folder? Maybe hasn't been copied. Have you overrided some 
actions
or views? Can you reproduce it with a fresh application?

Original comment by sergio.c...@gmail.com on 29 Mar 2010 at 11:09

GoogleCodeExporter commented 9 years ago
I have reproduced it with a small project. However, in so doing, I received an 
error
message while creating a record that led me to find the root problem: I wasn't
including "effects". Apparently, the commit that I found to be the problem 
causes the
code to rely on the scriptaculous effects library.

If prototype isn't included, active scaffold bawks. is active scaffold is going 
to
fail because the effects library isn't loaded, perhaps it should show a similar 
warning.

Original comment by timchar...@gmail.com on 30 Mar 2010 at 3:48

GoogleCodeExporter commented 9 years ago
I will protect against that and highlight the updated row only if effects is 
loaded.

Original comment by sergio.c...@gmail.com on 31 Mar 2010 at 7:17