It looks like this is the problem, some of the functions are not
updated for newer versions of prototype(from the posts on craigs
site), but I tried this and this still does not work:

Redbox is broken.

These lines are indeed wrong:
Element.setTop(window_id, boxTop);
Element.setLeft(window_id, boxLeft);

It looks like Graig wanted to use the lightbox functions.

To repair replace those lines with:
$(window_id).style.top = boxTop +“px”;
$(window_id).style.left = boxLeft +“px”;

On Nov 21, 5:04 pm, David <[EMAIL PROTECTED]> wrote:
> Hey, I am trying to get RedBox working but have run into some issues.
> When I click on a Redbox link, everything works except that a white
> blank div element appears at the top of the screen in the middle no
> matter what.  I thought it may be an issue with the installation b/c I
> noticed that the plugin install did not copy the appropriate files to
> the right folders.  So I tried updating but got this error(I installed
> all the files manually):
>
> rake aborted!
> private method `copy' called for File:Class
> /Users/dlynam/rails_apps/clean/vendor/plugins/redbox/rakefile:28
>
> Then I tried re-installing the plugin but I get an error with that
> too.  It seems other people are getting the same errors as per the
> posts on the Redbox page:
>
> Plugin not found: [“svn://rubyforge.org/var/svn/ambroseplugins/
> redbox”]
>
> On Nov 20, 8:25 pm, "Bill Walton" <[EMAIL PROTECTED]> wrote:
>
> > David wrote:
> > > Thanks for the insight.  Does redbox play well with IE6?
>
> > I have the luxery of only having to support FF.  The code does recognize (at
> > least some) browser-specific quirks, but I haven't tested it at all on IE.
> > Sorry I can't be of more help.
>
> > Best regards,
> > Bill
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to