there's a (minor, but slightly annoying) bug in how the "submission guidelines" are displayed when creating issues. i have a hunch that it's a corner-case of the whole multi-page form insanity that's not handled correctly. basically, *after* you press submit and the issue has been created, there's a lingering drupal_set_message() that dumps out the submission guidelines again. not high prio, and no time to fix it now, but i wanted to submit it.

i first noticed this on a test site, but you can see it on d.o, too. see attached screenshot.

Comments

hunmonk’s picture

Version: 4.7.x-1.x-dev » 5.x-2.x-dev

this appears to still be a problem.

hunmonk’s picture

Assigned: Unassigned » hunmonk
Status: Active » Fixed
StatusFileSize
new700 bytes

attached patch solves this, and has been committed to 5.x-1.x, 4.7.x-1.x, 4.7.x-2.x.

this can probably be done in a better way in D6, given the improved multistep workflow. for now, this fix is small, simple, and does the job.

Anonymous’s picture

Status: Fixed » Closed (fixed)