Difference between revisions of "Mozilla.dev.tech.js-engine"
Davenrathh (talk | contribs) (→FAQ) |
Davenrathh (talk | contribs) (→FAQ) |
||
Line 23: | Line 23: | ||
No, accessing anything in the web page's script may lead to security problems. | No, accessing anything in the web page's script may lead to security problems. | ||
− | *Is there a specific issue with ActiveX and Instance | + | * Is there a specific issue with ActiveX and Instance Handling I am not aware of? What could I do to get it working, any ref |
− | Handling I am not aware of? What could I do to get it working, any ref | ||
material or hints? | material or hints? | ||
+ | |||
+ | A: No awnsers as of yet | ||
+ | |||
+ | * Firefox does not ignore screenX (Y) parameters like IE does. By adding menuwd.moveTo(posX, posY); flicker is added to the screen. Is there any way to solve this? |
Revision as of 14:17, 4 October 2006
Contents
Newsgroup
JS-Engine on Google groups
Authors
- Dejan Tolj
- David Bertenshaw
Weekly Summaries
FAQ
2-byte aligned check the JSVAL macros at the top of jsapi.h
No, accessing anything in the web page's script may lead to security problems.
- Is there a specific issue with ActiveX and Instance Handling I am not aware of? What could I do to get it working, any ref
material or hints?
A: No awnsers as of yet
- Firefox does not ignore screenX (Y) parameters like IE does. By adding menuwd.moveTo(posX, posY); flicker is added to the screen. Is there any way to solve this?