[Proto-Scripty] IE 7 and dynamic div in IFRAMES

2009-03-15 Thread smartcookie
Hey, I recently received a bug report from a client that they were not able to navigate our e-learning web site. I found out that the specs they had were IE 7 and the only time this happened is on pages with collapsible / expandable animated div's. What is happening is the iframe in our site

[Proto-Scripty] Re: Opacity, Internet Explorer, Ghosting

2009-08-11 Thread smartcookie
Hi there: I have known about this problem with transitions and their horsey look for about 4 years. The issue is that in Windows if you have clear type set on your computer the Direct X graphics framework does not know how to handle the transition of text well. So, you need to add a background

[Proto-Scripty] Issues selecting checkboxes in FF

2009-12-15 Thread smartcookie
Hey there: Does anyone know a good way to programmably select or click on a checkbox input in FF? I have tried : el.down('input').checked = 'checked'; and el.down('input').onclick(); In the first code, I can see the checkboxes being checked, but when I submit, my error validation alerts that