Closed
Bug 1582718
Opened 6 years ago
Closed 6 years ago
remove grid usage from comm/mail/components/compose/content/dialogs/EdSpellCheck.xul
Categories
(Thunderbird :: Message Compose Window, task)
Thunderbird
Message Compose Window
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 71.0
People
(Reporter: khushil324, Assigned: khushil324)
References
Details
Attachments
(4 files, 3 obsolete files)
No description provided.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → khushil324
Blocks: tb-burn-xul-grids
Assignee | ||
Comment 1•6 years ago
|
||
Attachment #9097382 -
Flags: review?(mkmelin+mozilla)
Assignee | ||
Updated•6 years ago
|
Status: NEW → ASSIGNED
Comment 2•6 years ago
|
||
Comment on attachment 9097382 [details] [diff] [review]
Bug-1582718_remove-grid-EdSpellCheck.patch
Review of attachment 9097382 [details] [diff] [review]:
-----------------------------------------------------------------
I don't think you should use a table here. It's not tabular data. Maybe a grid layout?
::: mail/components/compose/content/dialogs/EdSpellCheck.xul
@@ +66,5 @@
> + <hbox flex="1" id="edSpellCheckTableContainer">
> + <html:table id="edSpellCheckTable">
> + <html:tr id="suggestedListTr">
> + <html:td id="suggestedListTd">
> + <!-- BUG! setting class="MinWidth20em" on tree doesn't work (width=0) -->
don't know what this refers to, I think we can remove
Updated•6 years ago
|
Attachment #9097382 -
Flags: review?(mkmelin+mozilla) → review-
Assignee | ||
Comment 3•6 years ago
|
||
Attachment #9097382 -
Attachment is obsolete: true
Attachment #9098476 -
Flags: review?(mkmelin+mozilla)
Comment 4•6 years ago
|
||
Comment on attachment 9098476 [details] [diff] [review]
Bug-1582718-remove-grid-EdSpellCheck.patch
Review of attachment 9098476 [details] [diff] [review]:
-----------------------------------------------------------------
There's some problem with things in the suggestions box. See screenshot.
Also, the Check word button is misaligned, and not wide enough.
Also on trunk, but you could fix while here. If we have a very long word, it will enlarge the window without limit. Please set a max width for the misspelled word and text-overflow: ellipsis;
::: mail/themes/shared/mail/grid-layout.css
@@ +12,4 @@
> grid-template-columns: auto auto auto;
> }
>
> +.grid-three-column-fr {
needs some better name.
.grid-three-column-auto-x-auto ?
Attachment #9098476 -
Flags: review?(mkmelin+mozilla) → review-
Comment 5•6 years ago
|
||
Assignee | ||
Comment 6•6 years ago
|
||
Attachment #9098476 -
Attachment is obsolete: true
Attachment #9098737 -
Flags: review?(mkmelin+mozilla)
Comment 7•6 years ago
|
||
Comment on attachment 9098737 [details] [diff] [review]
Bug-1582718-remove-grid-EdSpellCheck.patch
Review of attachment 9098737 [details] [diff] [review]:
-----------------------------------------------------------------
The check word button is still of the wrong size. The other issues seems solved now.
::: mail/themes/linux/editor/EditorDialog.css
@@ +184,5 @@
> }
>
> +#MisspelledWord {
> + max-width: 16em;
> + text-overflow: ellipsis;
please put this inside the existing #MisspelledWord rule
Attachment #9098737 -
Flags: review?(mkmelin+mozilla)
Assignee | ||
Comment 8•6 years ago
•
|
||
I am not able to see the size issue of the check button on Ubuntu 18.04.
Comment 9•6 years ago
|
||
This is on Ubuntu 19.04, not that it should matter.
Assignee | ||
Comment 10•6 years ago
|
||
Can you check with the CSS that what is wrong? I am not able to reproduce it on Mac and Linux both.
Comment 11•6 years ago
|
||
Comment on attachment 9098737 [details] [diff] [review]
Bug-1582718-remove-grid-EdSpellCheck.patch
Review of attachment 9098737 [details] [diff] [review]:
-----------------------------------------------------------------
::: mail/themes/linux/editor/EditorDialog.css
@@ +191,2 @@
> .spell-check {
> min-width: 8em;
if I make this 8.4em or larger, I don't see the problem. Maybe change it to 8.5em
Assignee | ||
Comment 12•6 years ago
|
||
Attachment #9098737 -
Attachment is obsolete: true
Attachment #9098958 -
Flags: review?(mkmelin+mozilla)
Updated•6 years ago
|
Attachment #9098958 -
Flags: review?(mkmelin+mozilla) → review+
Assignee | ||
Updated•6 years ago
|
Keywords: checkin-needed
Comment 13•6 years ago
|
||
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/078fc8374bae
remove grid usage from EdSpellCheck.xul. r=mkmelin
Updated•6 years ago
|
Target Milestone: --- → Thunderbird 71.0
You need to log in
before you can comment on or make changes to this bug.
Description
•