Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
ARSnova Mobile
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
ARSnova
ARSnova Mobile
Commits
371cb5d4
Commit
371cb5d4
authored
Oct 10, 2016
by
Daniel Gerhardt
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '2.3' into 2.4
parents
13247101
4daed993
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
0 deletions
+23
-0
CHANGELOG.md
CHANGELOG.md
+6
-0
src/main/webapp/resources/sass/app/_bugfixes.scss
src/main/webapp/resources/sass/app/_bugfixes.scss
+17
-0
No files found.
CHANGELOG.md
View file @
371cb5d4
# Changelog
## 2.3.4
Bug fixes:
*
Fix layout problems in Firefox 49+
*
ARSnova no longer hangs because of a
`ReferenceError`
when loading for the
first time on slow connections.
## 2.4.3
Bug fixes:
*
Buttons of the question format bar are now correctly shown or hidden when
...
...
src/main/webapp/resources/sass/app/_bugfixes.scss
View file @
371cb5d4
...
...
@@ -65,3 +65,20 @@ body.x-android.splashscreenClosed {
body
.x-windows
{
touch-action
:
none
!
important
;
}
body
.x-firefox
{
/* Override bad CSS code of Sencha Touch which breaks layout in Firefox 49+.
* See https://hacks.mozilla.org/2016/09/firefox-49-fixes-sites-designed-with-webkit-in-mind-and-more/
*/
.x-button
,
.x-layout-box
{
display
:
flex
;
}
.x-layout-box
>
.x-layout-box-item
{
display
:
flex
!
important
;
}
.x-stretched.x-container
>
.x-inner
,
.x-stretched.x-container
>
.x-body
,
.x-stretched.x-container
>
.x-body
>
.x-inner
{
display
:
flex
!
important
;
}
}
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