Closed Bug 47683 Opened 24 years ago Closed 21 years ago

Should not show active state for links in editor

Categories

(SeaMonkey :: Composer, defect, P4)

defect

Tracking

(Not tracked)

RESOLVED WORKSFORME
Future

People

(Reporter: sfraser_bugs, Assigned: cmanske)

References

Details

(Keywords: helpwanted, Whiteboard: [p:4][minus])

If you click on a link in editor, it goes red while the mouse is down (:active 
styles are being applied). We need to prevent that.

Perhaps add some CSS to set user-input: none on links? (This will work when I 
have checked in form control editing stuff).
Clarify summary.
Summary: Show active state for links in editor → Should not show active state for links in editor
setting to nsbeta3+, result of the UI review
Keywords: correctness, nsbeta3
Priority: P3 → P4
Whiteboard: [nsbeta3+][p:4]
Target Milestone: --- → M18
I tried this:
/* Trying to prevent coloration for link states */
a:visited, a:active, a:out-of-date {
  cursor: text;
  text-color : inherit;
  user-input: none;
}
but it doesn't work. Waiting for Simon's form control work to see if 
"user-input: none" will work.
Note that we can't set color explicitly in CSS, since we want it to be the 
same as the "normal" link color, which can be set by user.
Status: NEW → ASSIGNED
Keywords: helpwanted
Try 'color' not 'text-color'.
*** Bug 43843 has been marked as a duplicate of this bug. ***
Thanks Ian, but using "color" didn't work either.
PDT downgrading to [nsbeta3-].
Whiteboard: [nsbeta3+][p:4] → [nsbeta3-][p:4][minus]
setting to future and adding helpwanted
Target Milestone: M18 → Future
Changing platform
Hardware: All → Macintosh
Keywords: nsbeta3
OS: Mac System 8.5 → All
Hardware: Macintosh → All
Whiteboard: [nsbeta3-][p:4][minus] → [p:4][minus]
spam composer change
Component: Editor: Core → Editor: Composer
removing myself from the cc list
I supposed this was fixed a while back? wfm?
marking wfm
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.