Bugzilla – Bug 743954
Cannot create a new feature in Konqueror (WebKit)
Last modified: 2015-03-23 12:49:18 UTC
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1 The [Create feature] button does not work in WebKit. Reproducible: Always Steps to Reproduce: 1. Tell Konqueror to create a new feature [1]. 2. Fill the form with the following data: Title:: Better GUI for ENABLE_SYSRQ Product:: openSUSE Distribution Description:: Currently, YaST2 allows to specify a number for sysconfig kernel ENABLE_SYSRQ. It should provide check boxes for individual flags instead. In the mean time, The following script will unscramble the current setting: let R="$(</proc/sys/kernel/sysrq)" if let R==1 then echo all else for K in logging keyboard dumps sync remount signalling reboot nicing do let '(R>>=1)&1' && echo $K done fi The following code will print the default setting: let L=2 'K=L<<1' 'D=K<<1' 'C=D<<1' 'M=C<<1' 'G=M<<1' 'B=G<<1' 'N=B<<1' 'R=C|M|B' echo $R Use case:: The operator observes that the system becomes unresponsive because a process (such as gdb, which can easily slip out of control) is using too much RAM. The X server is not responding because of that. The operator wants to configure the kernel so that it can use the keyboard shortcut [Alt SysRq F] to kill the memory hog. Why:: Because manual scrambling and unscrambling is inconvenient. Manual killing of excessive processes is easier than restarting the whole system by means of [Ctrl Alt F1] [Ctrl Alt Delete], and may save the operator some data loss. 3. Press [Create feature]. Actual Results: 3. Expected Results: 3. Let a new feature be created. Workaround: Repeat these steps in Firefox. ___ [1] <URL: https://features.opensuse.org/feature/new? >
I just created your example feature without problem with konqueror-4.8.0-280.1.i586 in webkit mode on 12.1. (https://features.opensuse.org/313179) Which version of konqueror did you use? What was the error message, or what do you mean with: > The [Create feature] button does not work in WebKit.
(In reply to comment #1) > Which version of konqueror did you use? 4.7.2 > What was the error message, or what do you mean with: > > The [Create feature] button does not work in WebKit. I pressed the button and nothing happened. I had to do it in Firefox.
I am no more working on FATE.