Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
check
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abook_web
check
Commits
7cd43c08
Commit
7cd43c08
authored
Apr 20, 2018
by
Masaru Abe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#28316 Windowsパソコン(SurfacePro)での画面スクロール出来ない問題
parent
69c6ee16
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
15 additions
and
33 deletions
+15
-33
abvw/bookmark.html
+0
-7
abvw/contentsearch.html
+0
-7
abvw/history.html
+0
-7
abvw/home.html
+0
-7
abvw/js/bookmark.js
+3
-1
abvw/js/contentsearch.js
+3
-1
abvw/js/contentview.js
+3
-1
abvw/js/history.js
+3
-1
abvw/js/home.js
+3
-1
No files found.
abvw/bookmark.html
View file @
7cd43c08
...
@@ -60,13 +60,6 @@
...
@@ -60,13 +60,6 @@
<script
type=
"text/javascript"
src=
"./common/js/scrolltopcontrol.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/scrolltopcontrol.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_FileSystem.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_FileSystem.js?__UPDATEID__"
></script>
<style>
html
{
-ms-touch-action
:
none
;
touch-action
:
none
;
}
</style>
</head>
</head>
<body
id=
"bookmark"
oncontextmenu=
"return false;"
>
<body
id=
"bookmark"
oncontextmenu=
"return false;"
>
<header
id=
"header-ws"
class=
"header_ws"
>
<header
id=
"header-ws"
class=
"header_ws"
>
...
...
abvw/contentsearch.html
View file @
7cd43c08
...
@@ -62,13 +62,6 @@
...
@@ -62,13 +62,6 @@
<script
type=
"text/javascript"
src=
"./common/js/scrolltopcontrol.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/scrolltopcontrol.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_FileSystem.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_FileSystem.js?__UPDATEID__"
></script>
<style>
html
{
-ms-touch-action
:
none
;
touch-action
:
none
;
}
</style>
</head>
</head>
<body
id=
"contentsearch"
oncontextmenu=
"return false;"
>
<body
id=
"contentsearch"
oncontextmenu=
"return false;"
>
...
...
abvw/history.html
View file @
7cd43c08
...
@@ -65,13 +65,6 @@
...
@@ -65,13 +65,6 @@
<script
type=
"text/javascript"
src=
"./js/detail.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/detail.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_FileSystem.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_FileSystem.js?__UPDATEID__"
></script>
<style>
html
{
-ms-touch-action
:
none
;
touch-action
:
none
;
}
</style>
</head>
</head>
<body
id=
"history"
oncontextmenu=
"return false;"
>
<body
id=
"history"
oncontextmenu=
"return false;"
>
...
...
abvw/home.html
View file @
7cd43c08
...
@@ -75,13 +75,6 @@
...
@@ -75,13 +75,6 @@
});
});
</script>
</script>
<style>
html
{
-ms-touch-action
:
none
;
touch-action
:
none
;
}
</style>
</head>
</head>
<body
id=
"bookshelf"
oncontextmenu=
"return false;"
>
<body
id=
"bookshelf"
oncontextmenu=
"return false;"
>
...
...
abvw/js/bookmark.js
View file @
7cd43c08
...
@@ -1068,7 +1068,9 @@ BOOKMARK.showContentView = function() {
...
@@ -1068,7 +1068,9 @@ BOOKMARK.showContentView = function() {
BOOKMARK
.
cssInit
=
function
()
{
BOOKMARK
.
cssInit
=
function
()
{
$
(
'html'
).
css
({
$
(
'html'
).
css
({
'overflow-y'
:
'scroll'
'overflow-y'
:
'scroll'
,
'-ms-touch-action'
:
'auto'
,
'touch-action'
:
'auto'
});
});
$
(
'html,body'
).
css
({
$
(
'html,body'
).
css
({
'height'
:
'100%'
,
'height'
:
'100%'
,
...
...
abvw/js/contentsearch.js
View file @
7cd43c08
...
@@ -1411,7 +1411,9 @@ CONTENTSEARCH.showContentView = function() {
...
@@ -1411,7 +1411,9 @@ CONTENTSEARCH.showContentView = function() {
CONTENTSEARCH
.
cssInit
=
function
()
{
CONTENTSEARCH
.
cssInit
=
function
()
{
$
(
'html'
).
css
({
$
(
'html'
).
css
({
'overflow-y'
:
'scroll'
'overflow-y'
:
'scroll'
,
'-ms-touch-action'
:
'auto'
,
'touch-action'
:
'auto'
});
});
$
(
'html,body'
).
css
({
$
(
'html,body'
).
css
({
'height'
:
'100%'
,
'height'
:
'100%'
,
...
...
abvw/js/contentview.js
View file @
7cd43c08
...
@@ -5508,7 +5508,9 @@ CONTENTVIEW.cssInit = function(){
...
@@ -5508,7 +5508,9 @@ CONTENTVIEW.cssInit = function(){
//CSS
//CSS
$
(
'html'
).
css
({
$
(
'html'
).
css
({
'overflow-y'
:
''
,
'overflow-y'
:
''
,
'overflow'
:
'hidden'
'overflow'
:
'hidden'
,
'-ms-touch-action'
:
'none'
,
'touch-action'
:
'none'
});
});
$
(
'html,body'
).
css
({
$
(
'html,body'
).
css
({
'height'
:
'100%'
,
'height'
:
'100%'
,
...
...
abvw/js/history.js
View file @
7cd43c08
...
@@ -1622,7 +1622,9 @@ HISTORY.showContentView = function() {
...
@@ -1622,7 +1622,9 @@ HISTORY.showContentView = function() {
HISTORY
.
cssInit
=
function
()
{
HISTORY
.
cssInit
=
function
()
{
$
(
'html'
).
css
({
$
(
'html'
).
css
({
'overflow-y'
:
'scroll'
'overflow-y'
:
'scroll'
,
'-ms-touch-action'
:
'auto'
,
'touch-action'
:
'auto'
});
});
$
(
'html,body'
).
css
({
$
(
'html,body'
).
css
({
'height'
:
'100%'
,
'height'
:
'100%'
,
...
...
abvw/js/home.js
View file @
7cd43c08
...
@@ -2799,7 +2799,9 @@ $(function() {
...
@@ -2799,7 +2799,9 @@ $(function() {
HOME
.
cssInit
=
function
()
{
HOME
.
cssInit
=
function
()
{
$
(
'html'
).
css
({
$
(
'html'
).
css
({
'overflow-y'
:
'scroll'
'overflow-y'
:
'scroll'
,
'-ms-touch-action'
:
'auto'
,
'touch-action'
:
'auto'
});
});
$
(
'html,body'
).
css
({
$
(
'html,body'
).
css
({
'height'
:
'100%'
,
'height'
:
'100%'
,
...
...
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