Bug 743954 - Cannot create a new feature in Konqueror (WebKit)
Summary: Cannot create a new feature in Konqueror (WebKit)
Status: RESOLVED WONTFIX
Alias: None
Product: openSUSE.org
Classification: openSUSE
Component: openFATE (show other bugs)
Version: unspecified
Hardware: x86-64 openSUSE 12.1
: P5 - None : Major with 1 vote (vote)
Target Milestone: ---
Assignee: Thomas Schmidt
QA Contact: Roland Haidl
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-28 10:03 UTC by Christopher Yeleighton
Modified: 2015-03-23 12:49 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Yeleighton 2012-01-28 10:03:07 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? >
Comment 1 Thomas Schmidt 2012-01-30 13:33:12 UTC
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.
Comment 2 Christopher Yeleighton 2012-01-30 23:21:53 UTC
(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.
Comment 4 Thomas Schmidt 2015-03-23 12:49:18 UTC
I am no more working on FATE.