Closed
Bug 289425
Opened 20 years ago
Closed 13 years ago
No "Value:" pulldown menu in "Advanced Edit..." in "Link Properties..."
Categories
(SeaMonkey :: Composer, defect)
SeaMonkey
Composer
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: benjamingslade+mozilla, Unassigned)
References
Details
(Keywords: regression)
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b) Gecko/20050217
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b) Gecko/20050217
In Mozilla's Composer, if you edit a weblink by right clicking, choosing "Link
Properties...", then choosing "Advanced Edit...", I'm pretty sure it used to be
that if I choose an "Attribute:" of "target" I would get a list of pulldown
choices in the "Value:" field.
Now, I just have to type in the Value by hand.
Reproducible: Always
Steps to Reproduce:
1.Open a html file with weblinks in the Moz Composer
2.Right click on a link, choose "Link Edit", click on "Advanced Edit"
3.The set the Attribute pulldown menu to Target
Actual Results:
In the "Value:" field, there's no pulldown list of value choices ("top", "self"...)
Expected Results:
In the "Value:" field, there should be a valid list of pulldown list of value
choices
I see the same behavior on Mozilla on my Windows XP box (Mozilla/5.0 (Windows;
U; Windows NT 5.1; en-US; rv:1.8b) Gecko/20050217), so I'm changing this bug to
"All" for the Hardware & OS fields
OS: MacOS X → All
Hardware: Macintosh → All
![]() |
||
Comment 2•20 years ago
|
||
Not a Core editor issue.
This looks like a regression from bug 272002 -- the code here is depending on
the oninput event that used to be triggered by selecting an element in the
editable menulist. It looks like we no longer do that, which is somewhat of a
XUL platform change too.... (hence requesting blocking for 1.8b3 unless we
definitely want this platform change).
Assignee: mozeditor → composer
Status: UNCONFIRMED → NEW
Component: Editor → Composer
Ever confirmed: true
Product: Core → Mozilla Application Suite
QA Contact: bugzilla
![]() |
||
Updated•20 years ago
|
Keywords: regression
Comment 3•20 years ago
|
||
In fact the code contains workarounds for the old oninput behaviour.
I suggest removing the workarounds and adding oncommand handlers to fix the bug.
Comment 4•17 years ago
|
||
Can you reproduce with SeaMonkey v1.1.9 ?
Assignee: composer → nobody
QA Contact: composer
(In reply to comment #4)
> Can you reproduce with SeaMonkey v1.1.9 ?
This problem still reproduces for me on Seamonkey 2.0.1 on Mac OS/X ( Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.6) Gecko/20091206 SeaMonkey/2.0.1 )
WFM, opened this page in Composer, select link, right click, Link Properties, Advanced Edit, when I choose target attribute I have list in Value section
User agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/16.0 Firefox/16.0 SeaMonkey/2.13a1
Build identifier: 20120712003002
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•