Closed Bug 1069253 Opened 10 years ago Closed 10 years ago

twice 'let text' in inputKeyPress

Categories

(Thunderbird :: Instant Messaging, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: aryx, Assigned: aryx)

Details

Attachments

(1 file)

Attached patch patch, v1Splinter Review
/mail/components/im/content/imconversation.xml

line 419:
let text = inputBox.value;

line 530 (still same method):
let text = inputBox.value;

This should break due to bug 1001090.
Attachment #8491418 - Flags: review?(clokep)
Component: Conversation → Instant Messaging
Product: Instantbird → Thunderbird
Version: trunk → Trunk
Attachment #8491418 - Flags: review?(clokep) → review+
Comment on attachment 8491418 [details] [diff] [review]
patch, v1

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

Apparently Florian asked me over IRC to r- this, but I have no idea why. Bouncing the review.
Attachment #8491418 - Flags: review+ → review?(florian)
Comment on attachment 8491418 [details] [diff] [review]
patch, v1

These two |let text = ...| are in different scopes (and even different functions).
Attachment #8491418 - Flags: review?(florian) → review-
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: