Recent Posts by Adkron
|
Jun 25, 2007
|
Topic: Help/Bug / Top bar of windows doesn't display correctly, and not dragging The top/bottom of windows are short and to the left. They do not size to the window, and I can’t drag the window. Do you have any idea why? I have no css for my page I’m trying it on. I’m using the mac_os_x theme for the window. I’m doing this in Rails. I included the js that came with prototype-window and nothing else. I have the same issue even if I copy the code directly from the sample page. If you want a screen shot just let me know. |
|
Jun 25, 2007
|
Topic: Help/Bug / Prototype.Browser has no properties Solved it. I just replaces all Prototype.Browser to Prototype.BrowserFeatures. |
|
Jun 24, 2007
|
Topic: Help/Bug / Prototype.Browser has no properties I’m trying to open a new url in a window. I’m using Rails, and keep getting the error in the subject. //layout/default.rhtml //index.rhtml //do_magic.rjs Does anyone know how I can get this working. |