Closed
Bug 1051517
Opened 11 years ago
Closed 7 years ago
[Flatfish] Calendar events have no label in week view when more than one at the same time
Categories
(Firefox OS Graveyard :: Gaia::Calendar, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: mossroy, Unassigned)
Details
(Whiteboard: [Flatfish])
Attachments
(2 files)
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 (Beta/Release)
Build ID: 20140715214327
Steps to reproduce:
- Create one event in a calendar
- Go to week view : its label is displayed properly
- Create another event that overlaps with the first one
- Go to week view
Actual results:
The 2 events are displayed, but without any labels
Expected results:
You should be able to read the label of every event (at least its beginning if there is not enough room)
OS: All → Gonk (Firefox OS)
Hardware: All → ARM
Whiteboard: [Flatfish]
Attachment #8470454 -
Attachment description: 2014-08-09-21-49-40.png → Screenshot with 2 events
The screenshots have been made with build id 20140809011250 on Flatfish
The issue is still the same with build id 20141011012334 (v2.2.0.0-prerelease)
Status: UNCONFIRMED → NEW
Ever confirmed: true
Due to:
https://github.com/mozilla-b2g/gaia/commit/8b67ce1159e5935388276bc5b56b4822dc60d01d#diff-d9fcb7f3e60c699726c452b1982a20d1R244
.week-view .md__event.has-overlaps .md__event-title {
visibility: hidden;
}
http://mxr.mozilla.org/gaia/source/apps/calendar/js/conflict_span.js#276
el.classList.toggle('has-overlaps', numCols > 1);
Flags: needinfo?(mmedeiros)
Comment 5•10 years ago
|
||
this is working as designed for small screens (Bug 951071) but we would need to create some media query or specific stylesheet for bigger screens.
Flags: needinfo?(mmedeiros)
Comment 6•7 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•