Closed
Bug 129321
Opened 23 years ago
Closed 6 years ago
TestGtkEmbedNotebook.cpp: can't submit forms [FIX]
Categories
(Core Graveyard :: Embedding: GTK Widget, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: hvv, Assigned: blizzard)
Details
(Whiteboard: pending)
There are no specs/docs on how to support submitting forms on pages
rendered with gtkembedmoz. All samples for gtkembedmoz in CVS ALSO
DON'T support form submission at all.
Reporter | ||
Comment 1•23 years ago
|
||
I'm sorry, form submission in CVS examples works fine.. I hacked them
to severely in my on-disk snapshot. But documentation won't hurt..
I can't manage to submit form in mozillas created using Gtk::MozEmbed
bindings for perl - submission is not initiated.
Reporter | ||
Comment 2•23 years ago
|
||
Hmm, at last I found that vanilla TestGtkEmbedNotebook.cpp can't
handle form submissions. So it would be nice to fix it too since
the another sample of GtkMozEmbed use is that big.
Or could you explain how to modify TestGtkEmbedNotebook.cpp so that
it would be able to submit forms?
Reporter | ||
Comment 3•23 years ago
|
||
OK, I found it - in order to make TestGtkEmbedNotebook.cpp able to
submit forms, one has to call moz_pref_set_boolean("security.warn_submit_insecure",0);
before creating it mozembed widget (with corresponding implementation
of moz_pref_set_boolean() - copying it from galeon/skipstone will
be enough).
Renamed the ticket.
Severity: major → minor
Keywords: patch
Summary: no specs how to support submitting forms with gtkembedmoz, samples don't support submitting forms at all! → TestGtkEmbedNotebook.cpp: can't submit forms [FIX]
Comment 4•23 years ago
|
||
Vlad, is this still a problem that requires a fix in Mozilla?
Whiteboard: pending
Reporter | ||
Comment 5•23 years ago
|
||
Frankly, I don't know for sure whether it's still impossible to submit
forms with recent Mozillas (more recent than 0.9.6).
But I doubt that anything has changed - if default value for preference
"security.warn_submit_insecure" is still the same (that's most likely since
oposite default is a wrong from security POV), it should still be
impossible to submit forms..
![]() |
||
Updated•22 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•16 years ago
|
QA Contact: pavlov → gtk-widget
Updated•13 years ago
|
Product: Core → Core Graveyard
Comment 6•6 years ago
|
||
Embedding: GTK Widget isn't a thing, closing.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•