[Bug 58693] Re: keyPress does not work perfectly in browser javascript

2009-07-21 Thread Vojtěch Smejkal
It's not only Firefox problem. This issue is manifesting in all browsers
running on Linux - Epiphany, Opera, etc. Probably it is related to
X-server.

-- 
keyPress does not work perfectly in browser javascript
https://bugs.launchpad.net/bugs/58693
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 238104] [NEW] Some keys dont work with czech keymap

2008-06-07 Thread Vojtěch Smejkal
Public bug reported:

Binary package hint: gfxboot

I selected on the Ubuntu 8.04 LiveCD boot screen Czech language.

Then I pressed F6 and wanted to add some boot options, but some
characters didn't work - e.g. key n or key e.

This problem is both in Czech and Slovak keymap.

** Affects: gfxboot (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Some keys dont work with czech keymap
https://bugs.launchpad.net/bugs/238104
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209866] Re: X server fails on dual-head nVidia 7600

2008-05-28 Thread Vojtěch Smejkal
I think, this bug is related to bug
https://bugs.launchpad.net/bugs/43710

I see similar blinking color stripes on my screen as describes bug
43710.

** Attachment added: Xorg.0.log
   http://launchpadlibrarian.net/14766487/Xorg.0.log

-- 
X server fails on dual-head nVidia 7600
https://bugs.launchpad.net/bugs/209866
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 69609] Re: Live CD boots without screen display on dual head

2008-04-25 Thread Vojtěch Smejkal
*** This bug is a duplicate of bug 43710 ***
https://bugs.launchpad.net/bugs/43710

I have the same problem in Ubuntu 8.04 Final Release!

-- 
Live CD boots without screen display on dual head
https://bugs.launchpad.net/bugs/69609
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209866] [NEW] X server fails on dual-head nVidia 7600

2008-03-31 Thread Vojtěch Smejkal
Public bug reported:

Binary package hint: xorg

I have dual-head nVidia 7600 GT graphic card with one connected LCD
display (Samsung SyncMaster).

I insert Ubuntu Live CD to my optical drive, boot Ubuntu Hardy Beta and
when GDM should appear, I see only black screen - no graphics.

When I press Ctrl + Alt + F1, terminal works, so I think, there's
problem with xorg server.

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Status: New

-- 
X server fails on dual-head nVidia 7600
https://bugs.launchpad.net/bugs/209866
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 54621] Re: Kernel panic - not syncing: IO-APIC + timer doesn't work!

2008-02-15 Thread Vojtěch Smejkal
I got this error also in Hardy Alpha 4 (32bit). System can boot only
with 'noapic'.

Processor: AMD Athlon 64 3200+,  Motherboard: GIGABYTE M55S-S3 nF550

-- 
Kernel panic - not syncing: IO-APIC + timer doesn't work!
https://bugs.launchpad.net/bugs/54621
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 58693] Re: keyPress does not work perfectly in browser javascript

2007-03-09 Thread Vojtěch Smejkal
There is a problem with specific lattin characters.

You want to write e.g. latin small letter u with diaeresis (ü). If you
write it directly, it works - you get the keyCode. But if you press
diaeresis first and then u, nothing will happen.

Note: When run Firefox in Wine, it works.


** Attachment added: test page
   http://librarian.launchpad.net/6719815/keypress.html

-- 
keyPress does not work perfectly in browser javascript
https://launchpad.net/bugs/58693

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 53199] Re: Gnome Panel Crash in Dapper

2007-01-10 Thread Vojtěch Smejkal
To reproduce this bug try extract ISO file in Nautilus.

-- 
Gnome Panel Crash in Dapper
https://launchpad.net/bugs/53199

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 58693] keyPress does not work perfectly in browser javascript

2006-09-03 Thread Vojtěch Smejkal
Public bug reported:

Browser javascript does not detect certain pressed keys.

Reproduce:
Set any HTML object onkeypress attribute like for example this:
textarea onkeypress=alert(event.which);/textarea

If you press any key in this textarea, it shows you key code.
But if you want write ü or ä (German) in a way, that you press umlaut first and 
then letter,nothing happen.
It does not work with some other letters (áíéščřžě) and probably more.

It was tested in Opera, Firefox, Epiphany.
(in Opera you have to replace event.which by event.keyCode)

You can try it here: http://extender.ic.cz/keypress.html

** Affects: Ubuntu
 Importance: Untriaged
 Status: Unconfirmed

** Description changed:

  Browser javascript does not detect certain pressed keys.
  
  Reproduce:
  Set any HTML object onkeypress attribute like for example this:
  textarea onkeypress=alert(event.which);/textarea
  
  If you press any key in this textarea, it shows you key code.
- But if you want write ü or ä (German) in a way, that you press umlaut first 
and then letter,
- nothing happen. It does not work with some other letters (áíéščřžě) and 
probably more.
+ But if you want write ü or ä (German) in a way, that you press umlaut first 
and then letter,nothing happen.
+ It does not work with some other letters (áíéščřžě) and probably more.
  
  It was tested in Opera, Firefox, Epiphany.
  (in Opera you have to replace event.which by event.keyCode)
  
  You can try it here: http://extender.ic.cz/keypress.html

-- 
keyPress does not work perfectly in browser javascript
https://launchpad.net/bugs/58693

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs