Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-11803

When editing a post, the browser does not let the user to submit the form

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Blocker Blocker
    • 3.1.0-a1
    • 3.1.0-dev
    • Posting
    • None

      When editing a post, the option in the poll tab:
      "Options per user"
      Apparently is set as 0 because $post_data['poll_max_options'] is "0" (transforming to int it gives: 0).
      The HTML input element where that goes to is of @type=number and has @min=1 and @max=99 so the browser throws an error when I try to submit that form.
      As generic as the browser needs to be, the error it throws is not obvious because it is unable to point to the right input (as it is hidden) so it took me a while to find the real problem.

            bantu Andreas Fischer [X] (Inactive)
            brunoais brunoais
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: