From 0f75431d8d995f02ccebdbc2da8850088f91d7c0 Mon Sep 17 00:00:00 2001 From: alexweissman Date: Fri, 22 Sep 2017 12:23:01 -0400 Subject: [PATCH] fix links --- pages/02.troubleshooting/02.common-problems/docs.md | 2 +- pages/12.programmatic-control/04.events/docs.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/02.troubleshooting/02.common-problems/docs.md b/pages/02.troubleshooting/02.common-problems/docs.md index 510da2c8..85329454 100644 --- a/pages/02.troubleshooting/02.common-problems/docs.md +++ b/pages/02.troubleshooting/02.common-problems/docs.md @@ -43,6 +43,6 @@ See [this answer](https://stackoverflow.com/questions/18487056/select2-doesnt-wo ### The dropdown becomes misaligned/displaced when using pinch-zoom. -See https://github.com/select2/select2/issues/5048. The problem is that some browsers' implementations of pinch-zoom affect the `body` element, which [Select2 attaches to by default](https://select2.org/dropdown#dropdown-placement), causing it to render incorrectly. +See [#5048](https://github.com/select2/select2/issues/5048). The problem is that some browsers' implementations of pinch-zoom affect the `body` element, which [Select2 attaches to by default](https://select2.org/dropdown#dropdown-placement), causing it to render incorrectly. The solution is to use `dropdownParent` to attach the dropdown to a more specific element. diff --git a/pages/12.programmatic-control/04.events/docs.md b/pages/12.programmatic-control/04.events/docs.md index 9db9c00b..9a309eff 100644 --- a/pages/12.programmatic-control/04.events/docs.md +++ b/pages/12.programmatic-control/04.events/docs.md @@ -137,7 +137,7 @@ function log (name, evt) { ## Preventing events -See https://stackoverflow.com/a/26706695/2970321. +See [https://stackoverflow.com/a/26706695/2970321](https://stackoverflow.com/a/26706695/2970321). ## Internal Select2 events