Closed Bug 1271738 Opened 8 years ago Closed 8 years ago

Port Bug 1223728 to "Import Link" dialog

Categories

(MailNews Core :: Composition, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
Thunderbird 49.0

People

(Reporter: Paenglab, Assigned: Paenglab)

References

Details

(Keywords: regression)

Attachments

(1 file, 1 obsolete file)

Bug 1223728 changed the autocompletesearch="history" to autocompletesearch="unifiedcomplete". Without this change, the hrefInput won't show autocomplete results.
Attached patch urllink.patch (obsolete) — Splinter Review
Implement autocompletesearch="unifiedcomplete" on hrefInput in "Insert Link" dialog.

I also added the class padded to hrefInput to make it as tall as the other input fields (this is only visible on Winows. Linux and OS X are not affected because padding changes have no effect on -moz-appearance="textbox").

Sorry about the many whitespace fixes.
Assignee: nobody → richard.marti
Status: NEW → ASSIGNED
Attachment #8750909 - Flags: review?(mkmelin+mozilla)
(In reply to Richard Marti (:Paenglab) from comment #1)
> I also added the class padded to hrefInput to make it as tall as the other
> input fields
Great. It has always looked terrible.

> Sorry about the many whitespace fixes.
I think they're good ;-)
Comment on attachment 8750909 [details] [diff] [review]
urllink.patch

Review of attachment 8750909 [details] [diff] [review]:
-----------------------------------------------------------------

So the only change here is:
-  autocompletesearch="history" timeout="50" maxrows="6"
-  enablehistory="true" class="uri-element"
+  autocompletesearch="unifiedcomplete" timeout="50" maxrows="6"
+  enablehistory="true" class="uri-element padded"

I tested that without the patch there are no auto-complete results, with the patch, there are.

I also checked that this is the correct fix according to bug 1223728, for example:
https://hg.mozilla.org/mozilla-central/rev/44a989cf6c16#l1.13

So: r=jorgk

(Stealing this review since Magnus has a heap of other reviews to get through.)
Attachment #8750909 - Flags: review?(mkmelin+mozilla) → review+
Attached patch urllink.patchSplinter Review
Fixed in comment the reviewer.
Attachment #8750909 - Attachment is obsolete: true
Attachment #8753943 - Flags: review+
Keywords: checkin-needed
https://hg.mozilla.org/comm-central/rev/cf9529c1f245
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 49.0
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: