Closed
Bug 22292
Opened 25 years ago
Closed 25 years ago
[UI] Javascript errors in create profile wizard
Categories
(SeaMonkey :: Startup & Profiles, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
M14
People
(Reporter: selmer, Assigned: bugs)
References
Details
build 1999122109
Here is the console message:
JavaScript Error: TypeError: prefix has no properties
URL:
chrome://global/content/widgetStateManager.js
LineNo: 271
This happens when I hit the Next button on the first page of CPW. At least one
time, I did not get this error and actually progressed through the wizard.
Summary: Javascript errors in create profile wizardh → [UI] Javascript errors in create profile wizardh
Adding UI tag to the summary line. Makes isolation of UI bugs easier.
Assignee | ||
Comment 2•25 years ago
|
||
okay that's just weird. (I've said that before, too... ¬_¬)
my code looks okay.. it's passing in strings into the function where this error
occurs. the only reason I can think of where you wouldn't get this is that the
string tag is undefined (and hence with no length property). I can't understand
why this would be so though, I've never seen it and can't see it today's build.
please let me know if this continues.
Comment 3•25 years ago
|
||
I am seeing this in build 1999122208 on Linux so far. I can create one profile
per ProfileManager session. Subsequent attempts to create additional profiles
give me the error message noted above
Assignee | ||
Comment 6•25 years ago
|
||
hm.. I wonder if this is some sort of back end regression. I have code in a
build from 12/10 that does not exhibit this problem, however when I copy the
profile chrome folder from that build into one from a couple of days ago it
shows the problem.
Assignee | ||
Updated•25 years ago
|
Component: Profile Manager → XP Utilities
Assignee | ||
Updated•25 years ago
|
Target Milestone: M13 → M14
Assignee | ||
Comment 7•25 years ago
|
||
push back until I can find a new owner for this... (supposedly its brutal
sharing)...
Comment 8•25 years ago
|
||
I think waterson has a fix in his tree for a bunch of brutal sharing bugs (that
were previously mailnews bugs).
perhaps this should be re-assigned to him?
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 9•25 years ago
|
||
marking fixed: i'm not seeing these anymore after checking in a fix to 22915
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 10•25 years ago
|
||
not seeing these either, rechecked on build 2000011313
Component: XP Utilities → Profile Manager FrontEnd
Summary: [UI] Javascript errors in create profile wizardh → [UI] Javascript errors in create profile wizard
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•