GNU bug report logs -
#14813
24.3.50; eww (Text areas): Improve aesthetics
Previous Next
Reported by: Jambunathan K <kjambunathan <at> gmail.com>
Date: Mon, 8 Jul 2013 05:19:02 UTC
Severity: minor
Found in version 24.3.50
Done: Jambunathan K <kjambunathan <at> gmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 14813 in the body.
You can then email your comments to 14813 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#14813
; Package
emacs
.
(Mon, 08 Jul 2013 05:19:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Jambunathan K <kjambunathan <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Mon, 08 Jul 2013 05:19:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Eww is from Emacs trunk.
See the attached screenshot.
If you take keen look, you will see that as I type, the grey rectangular
area "shifts" to the right.
IMHO, Aesthetics of text areas needs to be improved.
[eww-textareas.png (image/png, attachment)]
[Message part 3 (text/plain, inline)]
In GNU Emacs 24.3.50.10 (i686-pc-linux-gnu, GTK+ Version 2.20.1)
of 2013-07-07 on debian-6.05
Bzr revision: 113313 jan.h.d <at> swipnet.se-20130707084109-gf7csgu4tkxzjn23
Windowing system distributor `The X.Org Foundation', version 11.0.10707000
Important settings:
value of $LANG: en_IN
locale-coding-system: iso-latin-1-unix
default enable-multibyte-characters: t
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#14813
; Package
emacs
.
(Mon, 08 Jul 2013 15:02:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 14813 <at> debbugs.gnu.org (full text, mbox):
Jambunathan K <kjambunathan <at> gmail.com> writes:
> Eww is from Emacs trunk.
>
> See the attached screenshot.
>
> If you take keen look, you will see that as I type, the grey rectangular
> area "shifts" to the right.
Do you have a test URL that demonstrates this bug? It's probably
something to do with front/rear-stickyness of the text properties
used...
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog http://lars.ingebrigtsen.no/
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#14813
; Package
emacs
.
(Mon, 08 Jul 2013 16:51:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 14813 <at> debbugs.gnu.org (full text, mbox):
Lars Magne Ingebrigtsen <larsi <at> gnus.org> writes:
> Jambunathan K <kjambunathan <at> gmail.com> writes:
>
>> Eww is from Emacs trunk.
>>
>> See the attached screenshot.
>>
>> If you take keen look, you will see that as I type, the grey rectangular
>> area "shifts" to the right.
>
> Do you have a test URL that demonstrates this bug? It's probably
> something to do with front/rear-stickyness of the text properties
> used...
Any Emacswiki page will do. Try this link for example.
http://www.emacswiki.org/emacs/?action=edit;id=EmacsNewbie
Textareas reminds me of my school days. Should I strictly type
between the "rules" :-)
I would rather prefer a border around the text area. What if Text area
overflows horizontally or vertically. Is there any support for
scrolling in that case :-)
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#14813
; Package
emacs
.
(Fri, 19 Jul 2013 14:48:01 GMT)
Full text and
rfc822 format available.
Message #14 received at 14813 <at> debbugs.gnu.org (full text, mbox):
Jambunathan K <kjambunathan <at> gmail.com> writes:
> Any Emacswiki page will do. Try this link for example.
>
> http://www.emacswiki.org/emacs/?action=edit;id=EmacsNewbie
This should now work slightly better...
> Textareas reminds me of my school days. Should I strictly type
> between the "rules" :-)
>
> I would rather prefer a border around the text area.
Yes, but I'm not quite sure how to achieve that. Currently it just uses
(defface eww-form-text
'((t (:background "#505050"
:foreground "white"
:box (:line-width 1))))
which works perfectly for single-line inputs.
The vertical lines are elided when two characters with the same box face
are adjacent, but the horizontal lines are not.
Is this a bug in the face code, perhaps?
> What if Text area overflows horizontally or vertically. Is there any
> support for scrolling in that case :-)
Nope. But it'll extend if you type at the last character on the last
line. :-)
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog http://lars.ingebrigtsen.no/
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#14813
; Package
emacs
.
(Fri, 19 Jul 2013 17:16:01 GMT)
Full text and
rfc822 format available.
Message #17 received at 14813 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Lars Magne Ingebrigtsen <larsi <at> gnus.org> writes:
> Jambunathan K <kjambunathan <at> gmail.com> writes:
>
>> Any Emacswiki page will do. Try this link for example.
>>
>> http://www.emacswiki.org/emacs/?action=edit;id=EmacsNewbie
>
> This should now work slightly better...
Better, but still....
1. Place the cursor on the first line and type some letter - e -
infinitely.
You will see that there is a single `e' that overshoots the right
border of the text area.
I am in Emacs right. I would have expected that stuff wraps over and
I move on to the next line.
2. Now C-k the first line and C-y to the first line and second line.
The attached screenshot is what results after 1 and 2. Not pretty I
should say.
[eww-textareas.png (image/png, attachment)]
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#14813
; Package
emacs
.
(Sat, 20 Jul 2013 04:24:02 GMT)
Full text and
rfc822 format available.
Message #20 received at 14813 <at> debbugs.gnu.org (full text, mbox):
One more thing: Enable undo when a text box is shown.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#14813
; Package
emacs
.
(Tue, 30 Jul 2013 15:04:01 GMT)
Full text and
rfc822 format available.
Message #23 received at 14813 <at> debbugs.gnu.org (full text, mbox):
Jambunathan K <kjambunathan <at> gmail.com> writes:
> I am in Emacs right. I would have expected that stuff wraps over and
> I move on to the next line.
Sure. If somebody wants to implement that, go for it.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog http://lars.ingebrigtsen.no/
Reply sent
to
Jambunathan K <kjambunathan <at> gmail.com>
:
You have taken responsibility.
(Fri, 15 Nov 2013 05:01:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Jambunathan K <kjambunathan <at> gmail.com>
:
bug acknowledged by developer.
(Fri, 15 Nov 2013 05:01:03 GMT)
Full text and
rfc822 format available.
Message #28 received at 14813-done <at> debbugs.gnu.org (full text, mbox):
OP here. Closed.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 13 Dec 2013 12:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 11 years and 242 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.