Closed
Bug 10655
Opened 26 years ago
Closed 26 years ago
unclear what it means to set background color
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
M11
People
(Reporter: buster, Assigned: cmanske)
Details
from Bijal:
After selecting a row of text, I decided to change the background color. After
I choose a color, the selected text as well as additional text had it's
background changed. When I clicked on any part of the document, the background
color also changed for that particular row. When I tried to scroll up/down, the
whole document had the new background color.
steve's comments:
I think setting background color applies only to the entire document, not the
selection. If this is true, then the current UI is very unclear.
If nothing else, there is a redisplay problem with background colors.
Updated•26 years ago
|
Summary: unclear what it means to set background color → unclear what it means to set background color
Comment 1•26 years ago
|
||
I agree that background color should apply to the whole document and not just
a selected piece of text. However, the behaviour I experienced did not change
the whole document and did not apply to only the selected text area.
I recommend making the background color only apply to the whole document/page.
Therefore, it does not make sense to expose this feature directly on the
toolbar. What do you think? The rest of the buttons/icons on the toolbar apply
to a selected text item.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•26 years ago
|
||
Here's the design:
When the selection is table cells, rows, or the entire table, or the caret is
within one cell, then the background color is set on just the table element(s)
(bug 7992 covers implementing that.)
When not in a table, it is supposed to change the color for the entire page.
It should do that now but there's a refresh bug (1886) which is why it isn't
happening. Setting background color for just the selected text requires CSS
and thus isn't appropriate for the initial mail editor. We have had
frequent requests for making it easier to change the page background color,
which is why I put it on the toolbar.
If it acceptable to set the page background as described, then mark this
as a duplicate of 1886.
is why
Assignee | ||
Updated•26 years ago
|
Target Milestone: M10
Assignee | ||
Updated•26 years ago
|
Target Milestone: M10 → M11
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 3•26 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•