remove <deck> from removeAccount.xhtml
Categories
(Thunderbird :: Account Manager, task)
Tracking
(thunderbird_esr78 wontfix, thunderbird84 wontfix)
People
(Reporter: mkmelin, Assigned: khushil324)
References
Details
Attachments
(1 file, 2 obsolete files)
|
4.45 KB,
patch
|
khushil324
:
review+
|
Details | Diff | Splinter Review |
remove <deck> from removeAccount.xhtml: https://searchfox.org/comm-central/rev/f8c11a36225bbe5e145f1a9a0a3801428e265715/mailnews/base/prefs/content/removeAccount.xhtml#30,74
Fixed height, we can just show/hide needed child as appropriate. Though I think it would be nicer to redesign this so that the progress bar and status are shown below, and the selections are just disabled once the process starts.
| Assignee | ||
Comment 1•5 years ago
|
||
I have done the de-deck part.
Comment 2•5 years ago
|
||
| Assignee | ||
Comment 3•5 years ago
|
||
(In reply to Alessandro Castellani (:aleca) from comment #2)
</vbox> </vbox> <vbox id="confirmationSection" align="center" hidden="true" flex="1">also this flex=1 is not necessary
Now, we need <vbox id="confirmationSection" align="center" pack="center" flex="1" hidden="true"> to align vertically the children element else labels or the progress bar will be align top rather than center.
| Assignee | ||
Comment 4•5 years ago
|
||
Comment 5•5 years ago
|
||
| Assignee | ||
Comment 6•5 years ago
|
||
| Assignee | ||
Updated•5 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/bdf75ba0f26b
remove <deck> XUL element from removeAccount.xhtml dialog. r=aleca
| Reporter | ||
Updated•5 years ago
|
Description
•