Skip to content
This repository was archived by the owner on Jul 1, 2022. It is now read-only.
This repository was archived by the owner on Jul 1, 2022. It is now read-only.

The Default Popup is broken in chrome browser. #46

@Chocobe

Description

@Chocobe

Version

"@toast-ui/vue-calendar": "^1.1.1"
"vue": "^2.6.11"

Test Environment

Browser: Chrome
OS: Window 10 Home

Current Behavior

When I click calendar to create new schedule, default Popup is shown.
The default Popup was borken, at Chrome Browser, even though I imported css style.
If I use FireFox Browser, Calendar's defauls Popup is displayed good condition without be broken.



In chrome browser

toastCalendar 이슈 - chrome


In firefox browser

toastCalendar 이슈 - firefox



below code is my test code

<template>
  <div id="calendar">
    <Calendar  view="month" :useCreationPopup="true" :useDetailPopup="true"></Calendar>
  </div>
</template>

<script>
import { Calendar } from "@toast-ui/vue-calendar";

import "tui-calendar/dist/tui-calendar.css";
import 'tui-date-picker/dist/tui-date-picker.css';
import 'tui-time-picker/dist/tui-time-picker.css';

export default {
  components: {
    Calendar,
  }
}
</script>

<style scoped >
#calendar {
  width: 500px;
}
</style>

Thank you.
Have a nice day : )

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions