Closed Bug 95681 Opened 23 years ago Closed 3 years ago

New Page settings | Links don't remember settings; link colors not reflected in composer

Categories

(Core :: DOM: Editor, defect, P3)

defect

Tracking

()

RESOLVED INCOMPLETE
Future

People

(Reporter: sujay, Assigned: glazou)

References

Details

using 8/15 build of netscape

1) launch netscape
2) launch composer
3) Edit | Preferences | Composer | New Page settings
4) click on Use Custom Colors
5) change the colors for Link, Active Link and Visited Link.
6) click OK.
7) open new blank page
8) create a link to a web page
9) browse and give it a title and filename.

notice it doesn't use the new colors you selected in the prefs. doesn't
look like its wired up.
more info:

it works if you select "Reader's Default Colors"

looks like you have the buttons mixed up.
g
Assignee: beppe → cmanske
Severity: normal → major
Priority: -- → P2
Target Milestone: --- → mozilla0.9.4
The pref works fine -- the correct color is written to the prefs and used 
with a new page to set colors in the <body> tag.
The problem is the EditorOverride.css:

/* We suppress user/author's prefs for link underline, 
   so we must set explicitly
*/
a:link {
  text-decoration: underline;
  color: blue;
}
We need to override the styling of a link so we can click on it to edit.
But then we don't get the correct color. Difficult problem.
Giving to Daniel as we will have to solve it in layout/CSS problem.

Assignee: cmanske → glazman
Not an easy problem, imo. Need to test and think about it, pushing to 0.9.5.
Charley: we probably have dups of this bug. I remember an AIM discussion between
Marc Attinasi and my self about link prefs and that sort of things.
Status: NEW → ASSIGNED
Target Milestone: mozilla0.9.4 → mozilla0.9.5
Target Milestone: mozilla0.9.5 → mozilla0.9.6
bulk milestone change
Target Milestone: mozilla0.9.6 → mozilla0.9.7
098
Target Milestone: mozilla0.9.7 → mozilla0.9.8
=> 099
Target Milestone: mozilla0.9.8 → mozilla0.9.9
Moving to future. Leaving as P2. If this really needs to be fixed for Mozilla1.0
please nominate for EDITORBASE.
Target Milestone: mozilla0.9.9 → Future
removing myself from the cc list
Summary: New Page settings | Links don't remember settings → New Page settings | Links don't remember settings; link colors not reflected in composer
*** Bug 188009 has been marked as a duplicate of this bug. ***
*** Bug 209372 has been marked as a duplicate of this bug. ***
QA Contact: sujay → editor
Moving to p3 because no activity for at least 1 year(s).
See https://github.com/mozilla/bug-handling/blob/master/policy/triage-bugzilla.md#how-do-you-triage for more information
Priority: P2 → P3

Closing this as resolved:incomplete since it is an old Netscape issue that is no longer relevant for today's Firefox version.

Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.