[kmymoney] [Bug 427115] Report header to be static while scrolling

2024-01-17 Thread surcouf
https://bugs.kde.org/show_bug.cgi?id=427115

--- Comment #4 from surcouf  ---
i would also appreciate this wishlist bug to be implemented some day.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 427115] Report header to be static while scrolling

2023-08-31 Thread surcouf
https://bugs.kde.org/show_bug.cgi?id=427115

surcouf  changed:

   What|Removed |Added

 CC||arnaudvillem...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 427115] Report header to be static while scrolling

2020-09-29 Thread Suresh PB
https://bugs.kde.org/show_bug.cgi?id=427115

--- Comment #3 from Suresh PB  ---
HTML part can be like:


   
   
  


I am not an expert, but believe this can give pointers.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 427115] Report header to be static while scrolling

2020-09-29 Thread Suresh PB
https://bugs.kde.org/show_bug.cgi?id=427115

--- Comment #2 from Suresh PB  ---
Quick browse of the web, this kind of css may help

#fixed-div {
position: fixed;
width: 30%;
margin-top:290px;
padding-top:20px;
padding-bottom: 20px; /* must be same height as the footer */
background-color: rgba(255, 255, 255, 0.60);
min-height: 100%;
}

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 427115] Report header to be static while scrolling

2020-09-29 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=427115

Thomas Baumgart  changed:

   What|Removed |Added

   Severity|normal  |wishlist

--- Comment #1 from Thomas Baumgart  ---
This is a known issue. Since reports are shown by an HTML renderer this is not
as easy to implement as it seems. If anyone has a way howto do it with
HTML/CSS: patches are welcome.

-- 
You are receiving this mail because:
You are watching all bug changes.