Closed
Bug 62618
Opened 24 years ago
Closed 24 years ago
regression: tooltips change breaks longdescs display
Categories
(Bugzilla :: Bugzilla-General, defect, P3)
Bugzilla
Bugzilla-General
Tracking
()
RESOLVED
FIXED
Bugzilla 2.12
People
(Reporter: dmosedale, Assigned: dmosedale)
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
It turns out that the first time the quoteUrls patch from 59515 actually
recognizes another bug number to URLify, it does a SendSQL, which causes any
remaining unfetched data from the previous SendSQL (done by the caller of
quoteUrls) to be discarded. The upshot is that any subsequent longdescs are not
displayed.
The problem is the fact that the state related to SendSQL is global. So I've
slapped together a patch which allows one to push all that state onto a stack.
This allows for arbitrarily deep nesting of queries. The patch also uses this
mechanism to give quoteUrls its own state to use.
Assignee | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
r=endico
Assignee | ||
Comment 3•24 years ago
|
||
Fix checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 4•24 years ago
|
||
In search of accurate queries.... (sorry for the spam)
Target Milestone: --- → Bugzilla 2.12
Comment 5•23 years ago
|
||
Moving closed bugs to Bugzilla product
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
Version: other → unspecified
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•