Closed
Bug 295141
Opened 20 years ago
Closed 20 years ago
Task/Todo mouseover preview does not show location or description
Categories
(Calendar :: Sunbird Only, defect)
Calendar
Sunbird Only
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gekacheka, Assigned: mostafah)
Details
(Keywords: regression)
Attachments
(1 file)
|
1.03 KB,
patch
|
mvl
:
first-review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Build Identifier: trunk Task/Todo mouseover preview does not show location or description Reproducible: Always Steps to Reproduce: 1. Create a task with a location and description 2. mouseover task in todo/task list 3. Actual Results: Location and description did not appear in preview. Expected Results: location and description should appear in preview.
(patch -l -p 2 -i file.patch)
Old code used todo.location instead of todo.getProperty("LOCATION")
Old code used todo.getProperty("description") instead of
todo.getProperty("DESCRIPTION")
Attachment #184259 -
Flags: first-review?(mvl)
Keywords: regression
Comment 2•20 years ago
|
||
Comment on attachment 184259 [details] [diff] [review] fix task mouseover preview to get LOCATION and DESCRIPTION properties r=mvl
Attachment #184259 -
Flags: first-review?(mvl) → first-review+
Comment 3•20 years ago
|
||
patch checked in
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
QA Contact: gurganbl → sunbird
You need to log in
before you can comment on or make changes to this bug.
Description
•