Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
589f41d6
Commit
589f41d6
authored
Oct 10, 2018
by
Fatih Acet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix disappearing weight input in Firefox
parent
26a24e61
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
ee/app/assets/javascripts/sidebar/components/weight/weight.vue
...p/assets/javascripts/sidebar/components/weight/weight.vue
+1
-2
ee/changelogs/unreleased/_acet-fix-firefox-weight-input.yml
ee/changelogs/unreleased/_acet-fix-firefox-weight-input.yml
+5
-0
No files found.
ee/app/assets/javascripts/sidebar/components/weight/weight.vue
View file @
589f41d6
...
@@ -188,8 +188,7 @@ export default {
...
@@ -188,8 +188,7 @@ export default {
ref=
"editableField"
ref=
"editableField"
:value=
"weight"
:value=
"weight"
class=
"form-control"
class=
"form-control"
type=
"number"
type=
"text"
min=
"0"
placeholder=
"Enter a number"
placeholder=
"Enter a number"
@
blur=
"onSubmit"
@
blur=
"onSubmit"
@
keydown.enter=
"onSubmit"
@
keydown.enter=
"onSubmit"
...
...
ee/changelogs/unreleased/_acet-fix-firefox-weight-input.yml
0 → 100644
View file @
589f41d6
---
title
:
Fix disappearing weight input in Firefox
merge_request
:
7869
author
:
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment