Bugzilla – Attachment 161835 Details for
Bug 27769
Advanced editor shouldn't break copying selected text with Ctrl+C
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27769: Remove 'brief' class from advanced editor clipboard
Bug-27769-Remove-brief-class-from-advanced-editor-.patch (text/plain), 1.29 KB, created by
Nick Clemens (kidclamp)
on 2024-02-07 17:26:48 UTC
(
hide
)
Description:
Bug 27769: Remove 'brief' class from advanced editor clipboard
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2024-02-07 17:26:48 UTC
Size:
1.29 KB
patch
obsolete
>From a6083b7157f9604f4176a722b3fcabf43e09994a Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Wed, 7 Feb 2024 17:22:28 +0000 >Subject: [PATCH] Bug 27769: Remove 'brief' class from advanced editor > clipboard > >This field is intended to be a list of items copied from the editor, removing the brief >class allows it to expand to 10 rows as intended. > >To test: >1 - Apply this patch >2 - Confirm clipboard section of advanced editor is several rows >3 - Use Ctrl-Alt-C to copy some fields >4 - Confirm you can see multiple fields in the clipboard >--- > koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt >index 81f5f558320..b19510f374d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt >@@ -139,7 +139,7 @@ > </fieldset> > </form> > <h3>Clipboard</h3> >- <fieldset class="brief"> >+ <fieldset> > <select id="clipboard" name="clipboard" size=10> > </select> > </fieldset> >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 27769
:
117236
|
161834
|
161835
|
161853
|
161854
|
167166
|
167232