~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/javascript/widgets.js

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-06-23 06:03:31 UTC
  • mfrom: (13284.1.1 picker-textfield-focus)
  • Revision ID: launchpad@pqm.canonical.com-20110623060331-474f1h4217kaw24u
[r=jtv][bug=797811] Ensure search field gets focus when person picker
 is opened.

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
 
102
102
    hide: function() {
103
103
        this.get('boundingBox').setStyle('display', 'none');
 
104
        this.constructor.superclass.hide.call(this);
104
105
    },
105
106
 
106
107
    show: function() {
107
108
        this.get('boundingBox').setStyle('display', 'block');
 
109
        this.constructor.superclass.show.call(this);
108
110
    },
109
111
 
110
112
    remove: function () {