[Webkit-unassigned] [Bug 135000] Web Inspector: shown() called twice on TextEditor.js

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 16 18:26:38 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=135000


Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|InRadar                     |




--- Comment #2 from Joseph Pecoraro <joepeck at webkit.org>  2014-07-16 18:26:54 PST ---
It seems like the issue is:

    prepareToShow: function()
    {
        this._restoreFromCookie();

        this.contentView.visible = true;
        this.contentView.shown();
        this.contentView.updateLayout();
    },

If _restoreFromCookie causes the content view to be shown, there is no need to do it again. Perhaps restore from cookie should return whether or not it has been shown or not.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list