Comments

komalkolekar created an issue. See original summary.

sreenivas bttv’s picture

Assigned: Unassigned » sreenivas bttv
Issue summary: View changes
poojakural’s picture

@Sreenivas Are you working on it. It been a 4 days you have assigned to yourself

sreenivas bttv’s picture

Yes, @poojakural. I am working on this. Almost finished. Going to raise patch today.

sreenivas bttv’s picture

Assigned: sreenivas bttv » Unassigned
Status: Active » Needs review
StatusFileSize
new3.76 KB

Please review the patch.

The patch contains a new component related to CKEditor dialog table CSS, which fixes the theming of the table inside CKEditor dialog and respected input elements.

sreenivas bttv’s picture

StatusFileSize
new4 MB

The gif reference of #5 patch.

table inside ckeditor dialog

indrajithkb’s picture

Hi @Sreenivas Bttv , Your patch #5 showing you forgot to add the DIST file. When you are creating patch please make sure you are adding both files SRC and DIST.

Just go through this link: https://www.drupal.org/docs/8/themes/olivero/development-setup

indrajithkb’s picture

Status: Needs review » Needs work
komalk’s picture

Status: Needs work » Needs review
StatusFileSize
new10.06 KB
new6.2 KB
new94.68 KB
new89.51 KB

patch #5 is applied successfully.
#9 added complied css.
attached the screen shot for the reference.

sreenivas bttv’s picture

@Indrajith KB,

As mentioned in https://www.drupal.org/docs/8/themes/olivero/development-setup, while creating a patch mentioned that When making changes, the patch should only contain changes to the source CSS files. .

So as part of #5 patch only included source CSS files.

Thanks for reviewing the patch.

indrajithkb’s picture

StatusFileSize
new103.09 KB

Hi @komalkolekar thanks for adding the patch. It's fixing the issue. But am facing some css linting issue. For a better practice check the css linting also.
yarn run lint:css

lint-error

Please update your patch.

indrajithkb’s picture

Status: Needs review » Needs work
sreenivas bttv’s picture

Status: Needs work » Needs review
StatusFileSize
new3.78 KB

Please review the patch which extends of #5 after fixing linting issues.

mherchel’s picture

Status: Needs review » Needs work

I don't want this CSS to load in the main bundle. Can we extend a core library and only load it then?

sreenivas bttv’s picture

@mherchel,

Need more information. Means expecting to create separate library inside olivero.libraries.yml and add it to libraries-extend: inside olivero.info.yml. Please confirm

mherchel’s picture

Exactly. Create a separate library, and have that only load when CKEditor loads via libraries-extend.

sreenivas bttv’s picture

Status: Needs work » Needs review
StatusFileSize
new10.41 KB

Please review the patch.

Created a separate library and extended CKEditor using libraries-extend.

indrajithkb’s picture

Status: Needs review » Needs work
StatusFileSize
new14.01 KB
new4.1 KB

Hi @Sreenivas Bttv good work. I confirmed the file is loading when CKEditor loads , but one small issue i found hover,focus state of the Select behaviour.

Current behaviour:

select box

Expected behaviour:

select box

sreenivas bttv’s picture

Status: Needs work » Needs review
StatusFileSize
new12.11 KB

Please review patch updated select element with border on focus.

indrajithkb’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new24.76 KB

hI @Sreenivas Bttv thanks for #19, issue has found fixed. Attaching the screenshot after applying the patch.

after patch

mherchel’s picture

Title: Misalignment in table drop down button » CKEditor table dialog visually broken
mherchel’s picture

This looks great! Re-rolling the patch. The only modification is a code comment for the reason of !important

mherchel’s picture

StatusFileSize
new746 bytes

Attaching the patch!

mherchel’s picture

StatusFileSize
new12.14 KB

Oops. Bungled the patch. One more time.

mherchel’s picture

Status: Reviewed & tested by the community » Fixed

Committed. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.