Bug 215539 - K3b setting data project size bugs
Summary: K3b setting data project size bugs
Status: RESOLVED FIXED
Alias: None
Product: k3b
Classification: Applications
Component: general (show other bugs)
Version: 1.68.0
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Sebastian Trueg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-21 12:03 UTC by Ivo Anjo
Modified: 2009-12-13 22:32 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivo Anjo 2009-11-21 12:03:14 UTC
Version:            (using KDE 4.3.3)
OS:                Linux
Installed from:    openSUSE RPMs

If I right-click the bar at the bottom that allows me to select the target size for a data project, and select the "From Medium..." option, I get a dialog that says "Please insert a suitable medium", and I do have an empty DVD-R inserted that k3b can detect (it's showing "Empty DVD-R Medium" for my burner).

Also if I select "Custom...", the default is "4gb," which is not valid and the OK button is grayed out, so it might confuse users.

Finally, if I click any of the above options, then click cancel, and right-click the menu again, they are marked as being the current ones chosen, while if I clicked cancel, the previous option should be chosen.

I'm reporting these together because I think they are kind of related; if you need me to split this up into multiple reports I can do that too.
Comment 1 Michał Małek 2009-12-13 22:18:33 UTC
SVN commit 1062127 by mmalek:

* "Custom..." and "From Medium..." menu entries are non-checkable now
* When custom value matches one of the predefined ones, check appriopriate menu entry
* Fixed incorrect default value "4gb." in "Custom Size" dialog

 M  +79 -33    k3bfillstatusdisplay.cpp  
 M  +1 -1      k3bfillstatusdisplay.h  

WebSVN link: http://websvn.kde.org/?view=rev&revision=1062127
Comment 2 Michał Małek 2009-12-13 22:32:53 UTC
Comment to your first issue:
Size autodetection (from medium) works only for the disc types supported for current project. E.g. for audio project only audio discs are supported so the "Medium Selection" dialog doesn't accept DVD or Blu-ray discs. Data projects accept only discs with sizes greater than current project size.
So when the project size exceeds the size of inserted medium, the "Medium Selection" won't show inserted medium. This is what probably have happened in your case.

If you think this behavior is not correct please fill a separate "wishlist" report. Personally I think it can be improved.
Cheers, thanks for the report!