<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>107740</bug_id>
          
          <creation_ts>2005-06-19 17:01:44 +0000</creation_ts>
          <short_desc>Wish: replace &quot;unknown host&quot; dialog pop-ups with passive messages</short_desc>
          <delta_ts>2006-08-26 11:21:55 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>2</classification_id>
          <classification>Applications</classification>
          <product>akregator</product>
          <component>general</component>
          <version>unspecified</version>
          <rep_platform>unspecified</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>monstermunch</reporter>
          <assigned_to name="kdepim bugs">pim-bugs-null</assigned_to>
          
          
          <cf_commitlink></cf_commitlink>
          <cf_versionfixedin></cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>351797</commentid>
    <comment_count>0</comment_count>
    <who name="">monstermunch</who>
    <bug_when>2005-06-19 17:01:44 +0000</bug_when>
    <thetext>Version:           unknown (using KDE 3.4.1 Level &quot;a&quot; , SUSE 9.2 UNSUPPORTED)
Compiler:          gcc version 3.3.4 (pre 3.3.5 20040809)
OS:                Linux (i686) release 2.6.8-24.16-default

It is well observed in HCI that intrusive dialog pop-ups can be annoying to the user when it interrupts their current task. In akregator, if you open up a link in a background tab where the host cannot be found, you get a dialog pop-up shortly after saying &quot;unknown host example.com&quot;. This can be frustrating as you must stop what you are doing and click the OK button, and it&apos;s disruptive to your current task.

If you open up konqueror and type in a bad address in the location bar, a message appears inside the current tab with the error message. This notifies you of the error but doesn&apos;t disrupt you by making you click OK (as unknown hosts take several seconds to detect, it&apos;s common to switch to something else while you wait or when you open multiple tabs).

My wish is to have this behaviour in akregator, where the dialog pop-up would be replaced by passive messages in tabs.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>392042</commentid>
    <comment_count>1</comment_count>
    <who name="Frank Osterfeld">osterfeld</who>
    <bug_when>2005-11-22 01:44:09 +0000</bug_when>
    <thetext>I agree, and I consider this as a bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>394314</commentid>
    <comment_count>2</comment_count>
    <who name="Teemu Rytilahti">tpr</who>
    <bug_when>2005-11-30 23:59:03 +0000</bug_when>
    <thetext>I&apos;ve took a look at the KHTML&apos;s source code where this thing comes from and tried to understand what&apos;s the reason of having that popup sometimes and sometimes not without success... Anyways, we should always show the page as it isn&apos;t possible to refresh the page when there was popup.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>463439</commentid>
    <comment_count>3</comment_count>
    <who name="Frank Osterfeld">osterfeld</who>
    <bug_when>2006-08-26 11:21:41 +0000</bug_when>
    <thetext>SVN commit 577325 by osterfeld:

show error messages in the htmlpart instead of using annoying popups
BUG: 107740


 M  +1 -1      browserrun.cpp  


--- trunk/KDE/kdepim/akregator/src/browserrun.cpp #577324:577325
@@ -31,7 +31,7 @@
 namespace Akregator {
 
 BrowserRun::BrowserRun(const OpenURLRequest&amp; request, QWidget* parent)
-    : KParts::BrowserRun(request.url(), request.args(), 0L, parent, false, true), m_request(request)
+    : KParts::BrowserRun(request.url(), request.args(), 0L, parent, false, false, true), m_request(request)
 {
     setEnableExternalBrowser(false);
 }
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>463440</commentid>
    <comment_count>4</comment_count>
    <who name="Frank Osterfeld">osterfeld</who>
    <bug_when>2006-08-26 11:21:54 +0000</bug_when>
    <thetext>SVN commit 577326 by osterfeld:

backport: show error message in the htmlpart instead of using popups
CCBUG: 107740


 M  +1 -1      akregator_run.cpp  


--- branches/KDE/3.5/kdepim/akregator/src/akregator_run.cpp #577325:577326
@@ -31,7 +31,7 @@
 
 
 BrowserRun::BrowserRun(QWidget* mainWindow, Viewer* currentViewer, const KURL&amp; url, const KParts::URLArgs&amp; args, OpeningMode mode)
-    : KParts::BrowserRun(url, args, 0L, mainWindow, false, true)
+    : KParts::BrowserRun(url, args, 0L, mainWindow, false, false, true)
 {
     m_currentViewer = currentViewer;
     m_openingMode = mode;
</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>