Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editor missing some text in template file #10745

Closed
sirri-chi opened this issue Oct 16, 2021 · 0 comments
Closed

Editor missing some text in template file #10745

sirri-chi opened this issue Oct 16, 2021 · 0 comments
Assignees
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone

Comments

@sirri-chi
Copy link

I'm submitting a ...

[x] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap
[ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35

Current behavior
PrimeNg Editor is missing some template text at .p-editor-toolbar .ql-formats .ql-align
the current code on github is

<div class="p-editor-toolbar">
  ....
  <select class="ql-align">
      <option selected></option>
      <option value="center"></option>
      <option value="right"></option>
      <option value="justify"></option>
  </select>
 </div>

The UI displays blank on the toolbar when the editor component is called.

Expected behavior

<div class="p-editor-toolbar">
  ....
  <select class="ql-align">
      <option selected></option>
      <option value="center">center</option>
      <option value="right">right</option>
      <option value="justify">justify</option>
  </select>
 </div>

What is the motivation / use case for changing the behavior?
It is easier to recognize rather than recall.

Please tell us about your environment:
Vscode, Ubuntu 20.04

  • Angular version: 12

  • PrimeNG version: V10-LTS

  • Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]

  • Language: [all | TypeScript 4.2.3 | ES6/7 ]

  • Node (for AoT issues): node --version = v14.18.1

@yigitfindikli yigitfindikli added the Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add label Oct 19, 2021
@yigitfindikli yigitfindikli self-assigned this Oct 19, 2021
@yigitfindikli yigitfindikli added this to the 12.2.2 milestone Oct 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Projects
None yet
Development

No branches or pull requests

2 participants