Issue 3765: Encoding menu is disabled when about:blank is replaced by an html document (in javascript) http://code.google.com/p/chromium/issues/detail?id=3765
Comment #8 by [EMAIL PROTECTED]: This bug turned out to be much less serious than I thought initially. Usual pop-ups opened with 'window.open(URL,....)' are not affected. Encoding menu is disabled only when a pop-up is opened with a null target (or 'about:blank') and is later replaced with a 'text/html'. 'about:blank' is not supposed to have the encoding menu enabled so that it works as intended. Once it's replaced by 'text/html', content_type needs to be updated, but it's not and the encoding menu continues to be disabled. I'm not even sure if it's a regression. It might have not worked before. Issue attribute updates: Summary: Encoding menu is disabled when about:blank is replaced by an html document (in javascript) -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-bugs" group. To post to this group, send email to chromium-bugs@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-bugs?hl=en -~----------~----~----~----~------~----~------~--~---