Overlay scrollbars causing input boxes to be small
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Inkscape |
Fix Released
|
Low
|
John Smith | ||
| inkscape (Ubuntu) |
Fix Released
|
Low
|
Unassigned | ||
Bug Description
I opened up the Document Metadata tab and two of the input boxes are so small you can't see the text being entered. Modifying the height of the tab doesn't resize these boxes (see attached image)
Inkscape version: 1:0.48+
Related branches
- Daniel Holbach (community): Approve
- Ubuntu branches: Pending requested
-
Diff: 72483 lines (+22124/-19799) 123 files modifiedapiAUTHORS (+6/-3)
Info.plist (+3/-3)
Info.plist.in (+1/-1)
Makefile.in (+66/-20)
NEWS (+26/-1)
aclocal.m4 (+13/-11)
build.xml (+12/-11)
config.h.in (+3/-0)
configure (+235/-143)
configure.ac (+7/-1)
debian/changelog (+14/-0)
debian/patches/03_track_libpoppler25_abi_changes.patch (+0/-438)
debian/patches/04_track_libpoppler25_abi_changes_colorspace.patch (+0/-165)
debian/patches/series (+0/-2)
doc/Makefile.in (+27/-3)
inkscape.1 (+7/-4)
inkscape.el.1 (+7/-4)
inkscape.fr.1 (+7/-4)
inkscape.ja.1 (+7/-4)
inkscape.sk.1 (+7/-4)
inkscape.spec (+1/-1)
inkscape.zh_TW.1 (+7/-4)
packaging/macosx/Resources/bin/inkscape (+22/-3)
packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/pre_gtkrc (+46/-22)
packaging/macosx/osx-app.sh (+4/-0)
packaging/win32/inkscape.nsi (+1/-1)
po/be.po (+902/-590)
po/eu.po (+8365/-7839)
po/fr.po (+2/-2)
po/uk.po (+8638/-7775)
share/Makefile.in (+31/-10)
share/clipart/Makefile.in (+31/-4)
share/examples/Makefile.in (+31/-4)
share/extensions/Barcode/Makefile.in (+31/-4)
share/extensions/Makefile.in (+43/-13)
share/extensions/Poly3DObjects/Makefile.in (+31/-4)
share/extensions/alphabet_soup/Makefile.in (+31/-4)
share/extensions/dxf_input.py (+15/-11)
share/extensions/dxf_outlines.py (+7/-6)
share/extensions/embedimage.py (+4/-1)
share/extensions/hpgl_output.py (+2/-2)
share/extensions/svg2xaml.xsl (+1/-1)
share/extensions/test/Makefile.in (+27/-3)
share/extensions/txt2svg.pl (+5/-2)
share/extensions/xaml2svg/Makefile.in (+31/-4)
share/filters/Makefile.in (+31/-4)
share/fonts/Makefile.in (+31/-4)
share/gradients/Makefile.in (+31/-4)
share/icons/Makefile.in (+35/-11)
share/icons/application/16x16/Makefile.in (+31/-4)
share/icons/application/22x22/Makefile.in (+31/-4)
share/icons/application/24x24/Makefile.in (+31/-4)
share/icons/application/256x256/Makefile.in (+31/-4)
share/icons/application/32x32/Makefile.in (+31/-4)
share/icons/application/48x48/Makefile.in (+31/-4)
share/icons/application/Makefile.in (+31/-10)
share/keys/Makefile.in (+31/-4)
share/keys/adobe-illustrator-cs2.xml (+4/-4)
share/keys/default.xml (+3/-3)
share/keys/inkscape.xml (+3/-3)
share/markers/Makefile.in (+31/-4)
share/palettes/Makefile.in (+31/-4)
share/patterns/Makefile.in (+31/-4)
share/screens/Makefile.in (+31/-4)
share/templates/Makefile.in (+31/-4)
share/tutorials/Makefile.in (+31/-4)
share/tutorials/tutorial-interpolate.be.svg (+336/-352)
share/tutorials/tutorial-interpolate.de.svg (+97/-112)
share/tutorials/tutorial-interpolate.fr.svg (+132/-148)
share/tutorials/tutorial-interpolate.hu.svg (+208/-223)
share/tutorials/tutorial-interpolate.ja.svg (+351/-367)
share/tutorials/tutorial-interpolate.nl.svg (+5/-5)
share/tutorials/tutorial-interpolate.pl.svg (+199/-214)
share/tutorials/tutorial-interpolate.sk.svg (+156/-172)
share/tutorials/tutorial-interpolate.sl.svg (+87/-102)
share/tutorials/tutorial-interpolate.svg (+98/-113)
share/tutorials/tutorial-interpolate.vi.svg (+157/-172)
share/tutorials/tutorial-interpolate.zh_TW.svg (+352/-368)
share/ui/Makefile.in (+31/-4)
src/Makefile.in (+31/-4)
src/dialogs/export.cpp (+7/-0)
src/display/canvas-arena.cpp (+13/-0)
src/display/nr-arena-glyphs.cpp (+1/-1)
src/display/nr-arena-shape.cpp (+1/-1)
src/document.h (+22/-0)
src/draw-anchor.cpp (+10/-10)
src/dropper-context.cpp (+3/-3)
src/ege-adjustment-action.cpp (+7/-0)
src/extension/dependency.cpp (+9/-21)
src/extension/implementation/script.cpp (+10/-8)
src/extension/internal/pdfinput/pdf-parser.cpp (+208/-13)
src/extension/internal/pdfinput/svg-builder.cpp (+2/-4)
src/extension/param/string.cpp (+19/-6)
src/extension/system.cpp (+38/-1)
src/file.cpp (+5/-4)
src/helper/png-write.cpp (+2/-2)
src/ink-action.cpp (+4/-2)
src/inkscape-version.cpp (+1/-1)
src/inkscape.rc (+5/-5)
src/inkview.rc (+5/-5)
src/libnrtype/Layout-TNG-Output.cpp (+4/-2)
src/object-edit.cpp (+12/-0)
src/preferences-skeleton.h (+4/-0)
src/selection.cpp (+1/-36)
src/selection.h (+0/-6)
src/seltrans.cpp (+12/-20)
src/snap-candidate.h (+2/-0)
src/snap.cpp (+7/-2)
src/snap.h (+15/-1)
src/sp-gradient.cpp (+1/-1)
src/sp-image.cpp (+14/-38)
src/sp-object.cpp (+8/-0)
src/sp-object.h (+10/-0)
src/ui/context-menu.cpp (+54/-13)
src/ui/dialog/aboutbox.cpp (+4/-0)
src/ui/dialog/filedialogimpl-win32.cpp (+3/-3)
src/ui/dialog/filter-effects-dialog.cpp (+4/-1)
src/ui/dialog/inkscape-preferences.cpp (+5/-2)
src/ui/dialog/layers.cpp (+2/-0)
src/ui/dialog/ocaldialogs.cpp (+8/-2)
src/ui/widget/attr-widget.h (+5/-0)
src/ui/widget/entity-entry.cpp (+1/-1)
src/xml/repr-io.cpp (+7/-1)
Related report:
Bug #884368 "unable to edit attributes in Inkscape XML Editor (Ubuntu overlay-scrollbar issues) "
<https:/
(see comment #12)
@John - this seems like something close to your heart! Would you be able to take a look?
Committed to trunk r11050.
Multi-line text boxes in Document Metadata should be about 2 lines in height now.
- Diff between r11050 and r11049 of lp:inkscape to fix this bug Edit (483 bytes, text/plain)
Here's the diff between r11050 and 11049 in lp:inkscape.
I downloaded the patch and attached it. Not sure if you want to apply for a Feature Freeze exception or what, so I didn't link lp:inkscape or anything, because then you'd have a new upstream release.
The attachment "Diff between r11050 and r11049 of lp:inkscape to fix this bug" of this bug report has been identified as being a patch. The ubuntu-reviewers team has been subscribed to the bug report so that they can review the patch. In the event that this is in fact not a patch you can resolve this situation by removing the tag 'patch' from the bug report and editing the attachment so that it is not flagged as a patch. Additionally, if you are member of the ubuntu-reviewers team please also unsubscribe the team from this bug report.
[This is an automated message performed by a Launchpad user owned by Brian Murray. Please contact him regarding any issues with the action taken in this bug report.]
removed: patch
removed: patch-accepted-upstream
removed: patch
Backported for inkscape 0.48.4 in 0.48.x branch revision 9897.
This bug was fixed in the package inkscape - 0.48.4-0ubuntu1
---------------
inkscape (0.48.4-0ubuntu1) raring; urgency=low
* New upstream release (LP: #1091308). Fixes several Ubuntu bugs:
- Inkscape crashed with SIGSEGV in getObject() (LP: #941317)
- Inkscape crashed with SIGSEGV in
Inkscape:
- Inkscape crashed with SIGSEGV in
Inkscape:
- Overlay scrollbars causing input boxes to be small (LP: #946631)
* Drop 03_track_
* Drop 04_track_
-- Alexander Valavanis <email address hidden> 2012年12月19日 13:45:59 +0000