remove grid usage from comm/calendar/base/content/calendar-task-view.xul
Categories
(Thunderbird :: General, task)
Tracking
(Not tracked)
People
(Reporter: khushil324, Assigned: khushil324)
References
Details
Attachments
(1 file, 9 obsolete files)
29.00 KB,
patch
|
khushil324
:
review+
|
Details | Diff | Splinter Review |
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
Comment 3•5 years ago
|
||
Assignee | ||
Comment 4•5 years ago
|
||
Comment 5•5 years ago
|
||
Assignee | ||
Comment 6•5 years ago
|
||
(In reply to Magnus Melin [:mkmelin] from comment #5)
Shouldn't use <table> for all of this. The buttons are not tabular data, but
for the rows with title, status etc that's correct. Would use th for the
header (title, status, etc.) though.
Here, we need to hide and show the rows. That's why I have used the <table>. With the hbox or html:div way, it will add lots of complexity in JS code for just hiding and showing the rows.
Comment 7•5 years ago
|
||
When do you need to toggle the visibility of the buttons row?
Like I wrote, for title and status etc, it's correct to use table rows
Assignee | ||
Comment 8•5 years ago
|
||
(In reply to Magnus Melin [:mkmelin] from comment #7)
When do you need to toggle the visibility of the buttons row?
Like I wrote, for title and status etc, it's correct to use table rows
That row also contains the label for priority, which is hidden by default.
Comment 9•5 years ago
|
||
I still think that doesn't sound like tabluar data.
Assignee | ||
Comment 10•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Comment 11•5 years ago
|
||
Assignee | ||
Comment 12•5 years ago
•
|
||
(In reply to Magnus Melin [:mkmelin] from comment #11)
don't need the label I think. There's a bunch of that, I won't mention any
more occurrences
How can we assign value to <td>/<th>? We have used data-l10n-id at other places in Thunderbird.
Comment 13•5 years ago
|
||
Value? It would be the text content
<html:td class="task-details-name">&calendar.task-details.title.label;</html:td>
Assignee | ||
Comment 14•5 years ago
|
||
Comment 15•5 years ago
|
||
Assignee | ||
Comment 16•5 years ago
|
||
Comment 17•5 years ago
|
||
Assignee | ||
Comment 18•5 years ago
|
||
Comment 19•5 years ago
|
||
Assignee | ||
Comment 20•5 years ago
|
||
Comment 21•5 years ago
|
||
Assignee | ||
Comment 22•5 years ago
|
||
Comment 23•5 years ago
|
||
Assignee | ||
Comment 24•5 years ago
|
||
Comment 25•5 years ago
|
||
Assignee | ||
Comment 26•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Comment 27•5 years ago
|
||
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/1258058e269a
remove grid usage from calendar-task-view.xul. r=pmorris
Comment 28•5 years ago
|
||
This is really a Calendar bug, but anyway.
Description
•