Skip to content

V2 - Bugs #261

Description

@jotoeri
  • The active class on the navigation is cleared when you are in the response view, but should keep having the relevant form highlighted as active. Fix Navigation active on results #379

  • Fastly changing forms a few times, somwhen runs into an error, that overwrites one form with another one, and logs TypeError: "this.form.form is undefined" on console Use cancelable request #393

  • When deleting a form, the Main-Content (editing Form) is not updated. Fix redirects #377

  • When within a result-view and selecting another result-view from sidebar, the Result-Content is not updated. Fix redirects #377

  • On mobile, the navigation doesn’t close when you click on a form or create new Close navigation on mobile on new form #380

  • The title is just "Forms - Nextcloud" but should be "Form name - Forms - Nextcloud" so you can see the relevant part even when the tab is short. Same for share view Update window title #368

  • The actions menu has the form name as a title for every action, leading to it showing when you hover over the action → not necessary and actually confusing, also for accessibility? Only show mouseover-title on text in navigationItem nextcloud-libraries/nextcloud-vue#1098

  • When fastly deleting answers by keyboard, a few answers get deleted, then the backspace suddenly applies to the browser, therefore switching pages Fix some small MultipleInput issues #394

  • Find a way to merge the two layouts base for both views (they use the same styling for header and form/section) Find a way to merge the two layouts base for both views #400

  • When emptying an answer and leaving the edit mode, it remove the empty one (on purpose) but not removed from the database Delete empty options from Db #388

    this.$emit('update:options', this.options.filter(answer => !!answer.text))

  • Shares are not shown, when opening the edit-mode for the first time

  • Add extra padding at the bottom like in creation mode

    margin-bottom: 250px;

  • When a form has an expirationDate, this date is not shown when editing the form (in a later session than when it was created, expirationDate not shown/loaded from Db).

  • When switching forms, you always get "Formname successfully saved" as notification. This is not really necessary and has to be clicked away always.

  • Impossible to close the sidebar at the moment?

  • The menu icon overlaps the first line of text

  • There is a vertical scrollbar even when there’s almost no content. Seems to be cause there’s some extra whitespace to the top above the content and sidebar

  • Form description and questions should be below each other, not side by side

  • The content has some different font sizes, especially e.g. for questions. This looks quite off. Instead the questions could be bold to emphasize.

  • All the settings in the sidebar are bold, taking away focus and making everything look the same

Metadata

Metadata

Labels

1. to developAccepted and waiting to be taken care ofbugSomething isn't workinghelp wantedExtra attention is neededhighHigh priority

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions