Closed
Bug 658015
Opened 14 years ago
Closed 14 years ago
Attendees Dialog: Comma truncates attendee name
Categories
(Calendar :: Dialogs, defect)
Calendar
Dialogs
Tracking
(Not tracked)
RESOLVED
FIXED
1.0b4
People
(Reporter: Fallen, Assigned: Fallen)
Details
Attachments
(1 file)
|
4.35 KB,
patch
|
bv1578
:
review+
|
Details | Diff | Splinter Review |
Followup for bug 492069. When entering foo,bar in the attendee dialog, it is immediately truncated. This patch mimics the TB compose dialog behavior, where a new line is inserted for each new name on blur.
Attachment #533371 -
Flags: review?(bv1578)
Comment on attachment 533371 [details] [diff] [review]
Fix - v1
The patch works fine. It divides entries with comma or semicolon.
I had some doubt about deleting the this.onModify() line, but it seems not necessary when the method appendNewRow() is being called.
r+
Philipp, what about an entry like this:
a <a@example.com> b <b@example.com> ?
It doesn't have so much sense, but there is an incoherent behavior because it remains the same in the Invite Attendees dialog and becomes
a <a@example.com> b
in the Edit Event dialog (and in the exported ics file), instead is still like the original in the attendees popup menu.
Attachment #533371 -
Flags: review?(bv1578) → review+
| Assignee | ||
Comment 2•14 years ago
|
||
Lets just go with this solution for now. I'm not sure why that happens, because I use the header parser to split into multiple addresses. If anyone wants to fix this I won't deny a patch, but its very edge case and we should put our energy into other bugs :)
the onModify function is called every second anyway, so the worst thing that could happen is a 999 ms delay, which I think is ok.
Comment 3•14 years ago
|
||
Could it be that the checkin comment has been posted as bug 492069#c27 ? So, this bug could be closed if it's true.
| Assignee | ||
Comment 4•14 years ago
|
||
Yes, sorry about that!
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.0b4
You need to log in
before you can comment on or make changes to this bug.
Description
•