Open
Bug 600243
Opened 14 years ago
Updated 12 years ago
fix postData handling in urlbarBinding's overrideValue
Categories
(SeaMonkey :: Search, defect)
SeaMonkey
Search
Tracking
(Not tracked)
NEW
People
(Reporter: kairo, Unassigned)
References
(Depends on 1 open bug)
Details
The following code is added to overrideValue in urlbarBinding.xml by bug 410613:
// XXXsearch: the submission object may have postData but .overrideValue can't deal with that
// see http://mxr.mozilla.org/comm-central/source/mozilla/netwerk/base/public/nsIBrowserSearchService.idl#47
// we need to figure out what to do with that case here
We should handle this case more cleanly, either by ignoring the search completely in this case (lame) or by finding some way to call the search with the postData intact.
Comment 1•14 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•