mrlucas84 / embermediamanager

Automatically exported from code.google.com/p/embermediamanager
0 stars 0 forks source link

Right click - mark movie bug #87

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Right click a movie
2. Select Mark Movie

What is the expected output? What do you see instead?
- Movie will be marked and turn red

What version of the product are you using? On what operating system?
- r200, Vista 32bit

Please provide any additional information below.
Seems a different random movie will be marked instead of the one selected.
 Also right clicking that marked movie and unmarking has no effect.  Mark
Movie through the Edit Movie window works fine.

Original issue reported on code.google.com by vismv...@gmail.com on 31 May 2009 at 8:51

GoogleCodeExporter commented 9 years ago
Unmark doesn't work either.

Original comment by midgetspy on 31 May 2009 at 10:13

GoogleCodeExporter commented 9 years ago
Hmmm.... maybe related to issue 88, and you're just not noticing that it's 
using the
selected item (not a "random" one)? 

Original comment by jason.schnitzler on 31 May 2009 at 5:29

GoogleCodeExporter commented 9 years ago
No that is definitely not the issue, after clearly selecting a movie and trying 
to
unmark it I'm unable to. It's stuck as marked, nothing I can do to change it.

Original comment by midgetspy on 31 May 2009 at 6:34

GoogleCodeExporter commented 9 years ago
Does the title of the menu match the selected movie?

Original comment by jason.schnitzler on 31 May 2009 at 6:37

GoogleCodeExporter commented 9 years ago
And before we get too far with this, can one of you guys test the SVN version 
to see
if the fix for issue 88 also solves this? If needed I can email a build... just 
send
me an email at jason.schnitzler [at] gmail.com with the version you need (x86 
vs x64).

Original comment by jason.schnitzler on 31 May 2009 at 6:42

GoogleCodeExporter commented 9 years ago
yes the title matches the movie.  If I select and right click my first movie 
"10,000
BC", it has the correct title.  I choose Mark Movie.  Then "Aladdin" which is 13
titles down becomes red.  Then if I select that movie and right click and 
Unmark,
nothing happens.

@midgetspy, for now you can right click, Edit Movie, and uncheck Mark Movie in 
the
bottom left to unmark them.

Also, I'm getting an exception that I think may be due to this bug.  If I mark
several movies and then use the Marked Movies filter, then go one by one into 
Edit
Movie to unmark it.  Eventually selecting another movie will give Index out of 
range
exception:
************** Exception Text **************
System.ArgumentOutOfRangeException: Index was out of range. Must be 
non-negative and
less than the size of the collection.
Parameter name: index
   at System.Collections.ArrayList.get_Item(Int32 index)
   at System.Windows.Forms.DataGridViewSelectedRowCollection.get_Item(Int32 index)
   at Ember_Media_Manager.frmMain.dgvMediaList_MouseDown(Object sender, MouseEventArgs e)
   at System.Windows.Forms.Control.OnMouseDown(MouseEventArgs e)
   at System.Windows.Forms.DataGridView.OnMouseDown(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32
clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.DataGridView.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr
wparam, IntPtr lparam)

Original comment by vismv...@gmail.com on 31 May 2009 at 6:54

GoogleCodeExporter commented 9 years ago
Seems the exception happens when you unmark the last movie on the filtered 
list.  I'm
going to open a separate bug.

Original comment by vismv...@gmail.com on 31 May 2009 at 6:59

GoogleCodeExporter commented 9 years ago
Can you email me and I'll send you a new build to see if this is fixed already? 
I
don't want to be on a wild goose chase if the fix for issue 88 already solves 
this
issue too. Thanks.

Original comment by jason.schnitzler on 31 May 2009 at 7:00

GoogleCodeExporter commented 9 years ago

Original comment by jason.schnitzler on 1 Jun 2009 at 1:33