Closed
Bug 28701
Opened 25 years ago
Closed 25 years ago
Plus signs in Bugzilla helper texts turn into spaces
Categories
(Bugzilla :: Bugzilla-General, defect, P3)
Tracking
()
VERIFIED
FIXED
Bugzilla old
People
(Reporter: lennox, Assigned: cbegle)
Details
I was using the Bugzilla helper to file a build bug, which meant I was including
the phrase "g++" a lot. After I got through the build page, I discovered that
every instance of "g++" had been changed to "g " -- i.e., plus signs were
converted to spaces. I was able to fix this by hand on the actual bug reporting
page, but this shouldn't be happening.
(The bug in question was 28699, if you're curious.)
Assignee | ||
Comment 1•25 years ago
|
||
what browser and version are you using?
thanks
Reporter | ||
Comment 2•25 years ago
|
||
Communicator 4.7-US, x86-unknown-FreeBSD.
Assignee | ||
Comment 3•25 years ago
|
||
need to search and replace + character with %2b
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•25 years ago
|
||
thanks for pointing that out. fixed.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 5•25 years ago
|
||
Verified. The '+' character needed to be properly escaped or it would be tret as
a space. This now works fine in the helper
Status: RESOLVED → VERIFIED
Comment 6•24 years ago
|
||
Moving to Bugzilla product
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
QA Contact: matty
Target Milestone: --- → Bugzilla old
Version: other → unspecified
Updated•13 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
•