Christophe,

I uploaded my files to
http://www.sonic.net/~patricks/catalog/htm/viewer.htm. It is a viewer
application for my company's product catalogs. I use this currently on
a CD-ROM running in Portable Firefox. I'm looking to develop something
similar to run online. It therefore has to work in IE. A few links to
scripts and stylesheets:

- the stylesheet:
http://www.sonic.net/~patricks/catalog/htm/theme/css/page.css
- the scripts: http://www.sonic.net/~patricks/catalog/htm/scripts/

I'm using EventSelectors by Justin Palmer (selectors.js) which are
defined in my behaviors.js. database.js holds all the data since it is
an offline application. Lastly, functions.js holds all my functions.

The popup form that is causing problems appears when you click the
contact tab on the left, then click on one of the envelope icons. When
clicking on the close button in the titlebar of the form it will jump
to the left edge of the browser, but it will disappear correctly when
executing javascript:hide('f'); through the addressbar.

My guess is that as you click on the button there is a change in focus
from the contact tab over to the close button for the form, that
somehow causes IE to reposition the form.

Christophe Porteneuve wrote:

> You might want to put a minimalistic reproduceable case online for us to
> try out and tinker with.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs
-~----------~----~----~----~------~----~------~--~---

Reply via email to