Closed Bug 953498 Opened 10 years ago Closed 10 years ago

double click functionality in the account manager

Categories

(Instantbird Graveyard :: Account manager, enhancement, P5)

0.1.1
enhancement

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: bugzilla, Assigned: florian)

References

Details

Attachments

(1 file)

*** Original post on bio 47 by Bryce <bryceverdier AT gmail.com> at 2008-03-08 01:03:00 UTC ***

*** Due to BzAPI limitations, the initial description is in comment 1 ***
*** Original post on bio 47 as attmnt 13 by bryceverdier AT gmail.com at 2008-03-08 01:03:00 UTC ***

This patch adds double click functionality into the account manager. If one double clicks an individual account, the account properties comes up. And if the user double clicks in the empty space of the account manager, the new account wizard comes up.
Comment on attachment 8351757 [details] [diff] [review]
patch file for the enhancements described above.

*** Original change on bio 47 attmnt 13 at 2008-03-08 01:31:21 UTC ***

>+       <handler event="dblclick" action="gAccountManager.edit(),event.stopPropagation();"/>

As there are 2 instructions, I will put the handler in this form when checking it in:
+      <handler event="dblclick">
+        <![CDATA[
+          gAccountManager.edit();
+          event.stopPropagation();
+        ]]>
+      </handler>

Otherwise, this looks great!
Attachment #8351757 - Flags: review+
*** Original post on bio 47 at 2008-03-08 01:34:49 UTC ***

Sending        testapp/chrome/content/instantbird/account.xml
Sending        testapp/chrome/content/instantbird/accounts.xul
Transmitting file data ..
Committed revision 184.

Fixed.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
OS: Linux → All
Hardware: x86 → All
Resolution: --- → FIXED
Target Milestone: --- → 0.1.2
Version: trunk → 0.1.1
Depends on: 953528
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: