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)

x86
FreeBSD
defect

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.)
what browser and version are you using? thanks
Communicator 4.7-US, x86-unknown-FreeBSD.
need to search and replace + character with %2b
Status: NEW → ASSIGNED
thanks for pointing that out. fixed.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
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
Moving to Bugzilla product
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
QA Contact: matty
Target Milestone: --- → Bugzilla old
Version: other → unspecified
QA Contact: matty_is_a_geek → default-qa
You need to log in before you can comment on or make changes to this bug.