Closed
Bug 337999
Opened 19 years ago
Closed 19 years ago
XForms extension not working on trunk
Categories
(Core Graveyard :: XForms, defect)
Core Graveyard
XForms
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: allan, Assigned: aaronr)
References
()
Details
XForms is not working at all on trunk. Either
1) something changed in the extension manager
or
2) something happened to XTF
It seems like the extension is never registered at all, although it appears in the extension list.
I did checkout at 11:58am CST and I can load every xform that I tried (simple helloworld sample and the origo sample and tax form sample from the project page). This was a seamonkey build on windows xp.
Comment 2•19 years ago
|
||
Could be linux only, it wasn't working on my linux trunk firefox build.
Reporter | ||
Comment 3•19 years ago
|
||
(In reply to comment #2)
> Could be linux only, it wasn't working on my linux trunk firefox build.
Or Firefox. There's been some work on extensions, etc. The new extension manager (or whatever) is in. There's also been some work on DOM Inspector.
RegisterXFormsModule() is never called. Which (on 1.8.0 at least) is triggered by nsNativeComponentLoader. As far as I can see it is never reached.
Severity: normal → major
Reporter | ||
Comment 4•19 years ago
|
||
Hmm, it works now. I'm 100% sure it did not yesterday (and yes, I tried a clean profile too :) ).
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
![]() |
||
Comment 5•19 years ago
|
||
Strange... it didn't work for me either so I tried a build after my last checkin to the EM on the trunk which was on 20060505 and it worked without a problem.
Reporter | ||
Comment 6•19 years ago
|
||
(In reply to comment #5)
> Strange... it didn't work for me either so I tried a build after my last
> checkin to the EM on the trunk which was on 20060505 and it worked without a
> problem.
I have no explanation either, because I am 100% sure about what I experienced in comment 3. But now it "just works"... there's no recent checkin that jumps out to me...
Reporter | ||
Comment 7•19 years ago
|
||
(In reply to comment #6)
> (In reply to comment #5)
> > Strange... it didn't work for me either so I tried a build after my last
> > checkin to the EM on the trunk which was on 20060505 and it worked without a
> > problem.
>
> I have no explanation either, because I am 100% sure about what I experienced
> in comment 3. But now it "just works"... there's no recent checkin that jumps
> out to me...
Hmm, I did not try a "rebuild from scratch". Maybe there were some dependency problem?
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•