Closed
Bug 22178
Opened 26 years ago
Closed 26 years ago
[feature] View source function missing from editor
Categories
(Core :: DOM: Editor, defect, P3)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
M14
People
(Reporter: michael.j.lowe, Assigned: cmanske)
References
Details
"View Source" on View menu is missing. Should be replicated from browser.
![]() |
Reporter | |
Updated•26 years ago
|
Summary: View source missing from editor → View source function missing from editor
![]() |
||
Updated•26 years ago
|
Assignee: beppe → cmanske
Target Milestone: M13
![]() |
||
Comment 1•26 years ago
|
||
Charley -- is the plan to include a menu item for ViewSource?
![]() |
Assignee | |
Updated•26 years ago
|
Status: NEW → ASSIGNED
![]() |
Assignee | |
Comment 2•26 years ago
|
||
Doesn't work very well in the browser, but we will do the same.
Hopefully we will have a "HTML Source" tab on the bottom (same row as "Normal"
and "Browser" editing modes) as well as in the menu. The question is: Should
these behave the same (display source in same view)? Or should "View Source"
from the menu launch a separate window like 4.x.
![]() |
||
Updated•26 years ago
|
Summary: View source function missing from editor → [feature] View source function missing from editor
![]() |
||
Comment 3•26 years ago
|
||
updating summary field, adding [feature]
![]() |
||
Comment 4•26 years ago
|
||
it should be noted that there is some code in the ui directory that contains the
first stab at viewsource which i did quickly a while back. The problem that
needs to be solved is to display the source that is being worked on and not the
source that is saved on disk.
![]() |
Assignee | |
Updated•26 years ago
|
Target Milestone: M13 → M15
![]() |
Assignee | |
Comment 5•26 years ago
|
||
I can put in a View Source menu item and have it work like the Browser,
but since this is not how it should work, there's no point in putting in
UI for incorrect implementation. Let's postpone this.
![]() |
Assignee | |
Comment 6•26 years ago
|
||
Akkana fixed this for beta1 -- we force the user to save the document.
There are other bugs to cover issue about making it work without forcing save.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
not working in 2/17 build....it comes up in minimized state with Mozilla
title....IC an't click on it either from the taskbar...
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
![]() |
Assignee | |
Comment 8•26 years ago
|
||
It works fine in my debug build - updated as of 5pm, 2/16
We are just loading the URL exactly as the Browser does.
Does the View | Page Source item work in the Browser?
If not, then this is an XPApps bug.
yes View source works fine on browser....problematic in composer..I just see
a minimized task bar item titled: "Mozilla" usaing 2/17 build.
![]() |
||
Comment 10•26 years ago
|
||
fixed..
Status: REOPENED → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → FIXED
![]() |
||
Comment 11•26 years ago
|
||
verified in 2/17 build...it was coming up as minimized several times...I
re-installed and now it works fine....
Status: RESOLVED → VERIFIED
Comment 12•26 years ago
|
||
*** Bug 28517 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•