通读源码后发现51行bug,ie6/ie7下也需要补齐消息前缀才能正常工作,否则与第90行代码矛盾#33
Open
pdap wants to merge 1 commit intobiqing:masterfrom
Open
通读源码后发现51行bug,ie6/ie7下也需要补齐消息前缀才能正常工作,否则与第90行代码矛盾#33pdap wants to merge 1 commit intobiqing:masterfrom
pdap wants to merge 1 commit intobiqing:masterfrom
Conversation
TinyChou
pushed a commit
to TinyChou/MessengerJS
that referenced
this pull request
Feb 18, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
通读源码后发现51行bug,ie6/ie7下也需要补齐消息前缀才能正常工作,否则与第90因为无法正确分离出前缀和名称,导致相关事件无法派发。经过win32虚拟机真实环境的ie6/7测试均通过,而未修改前则无法工作。