Click to See Complete Forum and Search --> : report bug on microsoft for internet explorer
ZeroKilled
05-07-2008, 01:46 PM
does someone know a great place to file a bug report for msie? i know i should go to microsoft page, but that site is really hard to find the proper place. it redirect me to the msie page but i don't see there a support link or bug report link. however, ended up on the msdn forums for internet explorer web development, but it seem like the forum for client-side development here on webdeveloper.com. i want to file a serious bug on jscript to the developer of msie, not to web designer or web developer.
any comment is welcome,
thanks
truly, don't know where to post this topic. to moderators: feel free to reposition the topic in the correct forum.
Looks like you would do it here (http://connect.microsoft.com/).
ZeroKilled
05-09-2008, 11:19 AM
yeah, i also stoped by and registered. but it seem that it require special invitation so you are allowed to post on the feedback system.
How about in here :
http://www.microsoft.com/technet/security/bluehat/default.mspx
but it seem that it require special invitation so you are allowed to post on the feedback system.
That would make sense, considering their business model. You can always find a blog and post it there.
ZeroKilled
05-09-2008, 02:50 PM
thank people for the help so far.
@mlim, don't know how that page can help me. it seem a site regarding security on all microsoft product. tried looking here and there for a specific spot for msie browsers and ended up again on the same redirection as before. but honestly, thanks for trying to help ;)
@leeu, i found a blog on microsoft concerning jscript and msie browsers and contacted "them" explaining the bug. however, that was 3 days ago and yet i had not recieved a respond from them or had not seen a new entry on the blog concerning the bug.
i know here isn't the proper place to talk about the bug because there is nothing we can do to fix it. however, guess spreading the word might help to web developer, perhaps user too. the bug is a script that cause msie to crash and close the browsers unexpectedly. that is what i know so far, don't know if an attacker can exploit the security through this bug or whatever security expert know. it happen whenever you try to assign an empty value from an form's elemento to a stylesheet through property cssText (msie only). i had tested the code on msie6/7, don't own msie8beta:
document.styleSheets[0].cssText = document.createElement('input').value;
@administrator and/or moderators, if you feel this thread should be moved to other forum, please feel free. thanks for reading.