i have a ie7 add on, i’m adding html elements to the page being browsed.
ie throws operation aborted, and dont nevigate to the page,
anyone knows what to do?
i work asynchronously with the html elements adding
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The best way to make sure you work with the main thread of your web browser helper is to do all of your async work in background worker.
the second option is to create a syncronization context and allways perform dom changes from the sync context