Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-11803

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

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Blocker
    • Resolution: Duplicate
    • 3.1.0-dev
    • 3.1.0-a1
    • Posting
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: